diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b1623b3..6bc67df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,4 +36,4 @@ jobs: # package:test for this step to succeed. Note that Flutter projects will # want to change this to 'flutter test'. - name: Run tests - run: dart test + run: dart test -P github diff --git a/dart_test.yaml b/dart_test.yaml index 7ada8aa..da88f94 100644 --- a/dart_test.yaml +++ b/dart_test.yaml @@ -1,6 +1,14 @@ concurrency: 1 reporter: expanded +presets: + github: + reporter: github + add_presets: + - "ci" + + ci: + exclude_tags: command + tags: command: - timeout: 2x