Skip to content

Commit

Permalink
Update Test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1574242600 authored Dec 29, 2023
1 parent 2e2965f commit 38e4059
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
docker run --rm --network container:cf_warp curlimages/curl curl -s4 https://www.cloudflare.com/cdn-cgi/trace/
docker run --rm --network container:cf_warp curlimages/curl curl -s6 https://www.cloudflare.com/cdn-cgi/trace/
docker stop cf_warp
rm -rf $(pwd)/cf-warp
- name: Test single container V4
run: |
Expand All @@ -61,6 +62,7 @@ jobs:
docker exec -i cf_warp curl -s4 https://www.cloudflare.com/cdn-cgi/trace/
docker run --rm --network container:cf_warp curlimages/curl curl -s4 https://www.cloudflare.com/cdn-cgi/trace/
docker stop cf_warp
rm -rf $(pwd)/cf-warp
- name: Test single container V6
run: |
Expand All @@ -79,6 +81,7 @@ jobs:
docker exec -i cf_warp curl -s6 https://www.cloudflare.com/cdn-cgi/trace/
docker run --rm --network container:cf_warp curlimages/curl curl -s6 https://www.cloudflare.com/cdn-cgi/trace/
docker stop cf_warp
rm -rf $(pwd)/cf-warp
Ubuntu-HostMode:
runs-on: ubuntu-latest
Expand All @@ -105,6 +108,7 @@ jobs:
curl -s4 https://www.cloudflare.com/cdn-cgi/trace/
curl -s6 https://www.cloudflare.com/cdn-cgi/trace/
docker stop cf_warp
rm -rf $(pwd)/cf-warp
- name: Test single container V4
Expand All @@ -125,6 +129,7 @@ jobs:
done
curl -s4 https://www.cloudflare.com/cdn-cgi/trace/
docker stop cf_warp
rm -rf $(pwd)/cf-warp
- name: Test single container V6
Expand All @@ -145,3 +150,4 @@ jobs:
done
curl -s6 https://www.cloudflare.com/cdn-cgi/trace/
docker stop cf_warp
rm -rf $(pwd)/cf-warp

0 comments on commit 38e4059

Please sign in to comment.