Skip to content

Commit

Permalink
Split into individual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shamblett committed Jun 14, 2024
1 parent 859b2a5 commit aceb45b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,10 @@ jobs:
- name: Run tests
shell: bash
run: |
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_test.dart
|
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_scenario1_test.dart
|
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_scenario2_test.dart
|
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_scenario3_test.dart
run: dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_test.dart;
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_scenario1_test.dart;
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_scenario2_test.dart;
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_scenario3_test.dart;

package-analysis:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aceb45b

Please sign in to comment.