Skip to content

Commit

Permalink
update reports workflow to ignore @web5/browser (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen authored Sep 23, 2024
1 parent a61cda4 commit e2df13a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: pnpm --recursive --stream build:tests:node

- name: Run tests for all packages
run: pnpm --recursive --stream exec c8 mocha -- --color --reporter mocha-junit-reporter --reporter-options mochaFile=./results.xml
run: pnpm --recursive --filter '!browser' --stream exec c8 mocha -- --color --reporter mocha-junit-reporter --reporter-options mochaFile=./results.xml
env:
TEST_DWN_URL: http://localhost:3000

Expand Down Expand Up @@ -72,4 +72,3 @@ jobs:
https://api.github.com/repos/TBD54566975/sdk-report-runner/actions/workflows/build-report.yaml/dispatches
env:
APP_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit e2df13a

Please sign in to comment.