Skip to content

Commit

Permalink
run dart test directly
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Nov 3, 2024
1 parent 761ea20 commit d8ecfc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Analyze project source
run: dart analyze
- name: Run tests in dev mode
run: dart run build_runner test --delete-conflicting-outputs
run: dart test -p chrome
- name: Run tests in release mode
run: dart run build_runner test --release --delete-conflicting-outputs
run: dart test -c dart2js -p chrome
- name: Publish SBOM
uses: anchore/sbom-action@v0
with:
Expand Down

0 comments on commit d8ecfc4

Please sign in to comment.