Skip to content

Commit

Permalink
PR-checker - use the -e option when running edge-testnet
Browse files Browse the repository at this point in the history
Allows more easy view to see what goes wrong in the CI.
Seems we have too much variability in different envs.
  • Loading branch information
JanneKiiskila committed Jan 23, 2024
1 parent f108ed1 commit 8f861e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Shellcheck fw-tools/edge-testnet
run: |
shellcheck fw-tools/edge-testnet
fw-tools/edge-testnet
fw-tools/edge-testnet -e
- run: shellcheck edge-info/edge-info
- run: cat /etc/os-release
- run: edge-info/edge-info
Expand Down

0 comments on commit 8f861e5

Please sign in to comment.