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 8624f20 commit 859b2a5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,15 @@ jobs:
docker ps -a
- name: Run tests
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;
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
package-analysis:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 859b2a5

Please sign in to comment.