Skip to content

Commit

Permalink
Quiet down npm
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Dec 5, 2024
1 parent 7651793 commit 6db9247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Assuming tests are all *.test.ts
run: |
npm run test:relay-list
echo "files=$(npm run test:relay-list)" >> "$GITHUB_OUTPUT"
echo "files='$(npm run --silent test:relay-list)'" >> "$GITHUB_OUTPUT"
run-e2e:
name: Run E2E Tests
Expand Down

0 comments on commit 6db9247

Please sign in to comment.