Skip to content

Commit 6db9247

Browse files
committed
Quiet down npm
1 parent 7651793 commit 6db9247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Assuming tests are all *.test.ts
6565
run: |
6666
npm run test:relay-list
67-
echo "files=$(npm run test:relay-list)" >> "$GITHUB_OUTPUT"
67+
echo "files='$(npm run --silent test:relay-list)'" >> "$GITHUB_OUTPUT"
6868
6969
run-e2e:
7070
name: Run E2E Tests

0 commit comments

Comments
 (0)