ci: improve GitHub Actions workflow reliability

- Add `continue-on-error: true` to the GitHub Actions workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>
pull/330/head
appleboy 9 months ago
parent 54cfcd8727
commit 8a373b6435
No known key found for this signature in database

@ -501,6 +501,7 @@ jobs:
- name: testing ipv6 - name: testing ipv6
uses: ./ uses: ./
continue-on-error: true
with: with:
host: 2402:1f00:8000:800::2628 host: 2402:1f00:8000:800::2628
username: ubuntu username: ubuntu

Loading…
Cancel
Save