Skip to content

Commit

Permalink
ci: optimize GitHub Actions workflow configuration
Browse files Browse the repository at this point in the history
- Remove the `testing06` job related to testing IPv6 from the GitHub Actions workflow.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 22, 2024
1 parent d2d6858 commit 551964e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,31 +282,3 @@ jobs:
script: |
whoami && echo 'hello world' && touch todo.txt
sudo whoami
testing06:
name: testing ipv6
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4

- name: Set up WARP
uses: fscarmen/warp-on-actions@v1.1
with:
stack: dual

- name: testing ipv6 for command
run: |
curl -m 9 --ipv6 --verbose https://google.com
- name: testing ipv6
uses: appleboy/ssh-action@v1.0.3
with:
host: 2402:1f00:8000:800::2628
username: ubuntu
password: ${{ secrets.OVH_PASSWORD }}
protocol: tcp6
port: 22
command_timeout: 30s
script: |
whoami

0 comments on commit 551964e

Please sign in to comment.