Skip to content

Commit

Permalink
test new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeCheeseSmith committed Oct 21, 2024
1 parent 7e83053 commit 9e4cced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: debug
run: |
hostname -I
ping google.com -c 3
# - name: debug
# run: |
# hostname -I
# ping google.com -c 3

- name: Check connectivity
run: ping6 -c 4 ${{ secrets.SSH_HOST }} || echo "Ping failed"
Expand Down

0 comments on commit 9e4cced

Please sign in to comment.