Skip to content

Commit

Permalink
Run ping -h before running edge-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneKiiskila committed Jan 23, 2024
1 parent 35ef78e commit 630cab4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
- uses: actions/checkout@v3
- run: shellcheck --version
- name: Shellcheck fw-tools/edge-testnet
run: |
shellcheck fw-tools/edge-testnet
run: shellcheck fw-tools/edge-testnet
- name: Run edge-testnet
run: |
ping -h
fw-tools/edge-testnet -e
- run: shellcheck edge-info/edge-info
- run: cat /etc/os-release
Expand Down

0 comments on commit 630cab4

Please sign in to comment.