diff --git a/.github/workflows/wkflw.dev.yaml b/.github/workflows/wkflw.dev.yaml index 321a853..95a4d29 100644 --- a/.github/workflows/wkflw.dev.yaml +++ b/.github/workflows/wkflw.dev.yaml @@ -20,10 +20,11 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Test internet connectivity - run: | - ping -c 4 google.com - curl -I https://github.com + - name: Check Internet Connectivity with Ping + run: ping -c 4 google.com + + - name: Check Internet Connectivity with Curl + run: curl -I https://github.com - name: Debug SSH Connection run: |