We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd23c3d commit 0db1278Copy full SHA for 0db1278
1 file changed
.github/workflows/test.yml
@@ -20,7 +20,6 @@ jobs:
20
- run: ls -alh
21
- run: hostname
22
- run: echo test
23
- - run: _secret_ipv6-test
24
- run: printenv
25
env:
26
TEST_STRING_RUN: "VERY_COOL_STRING5"
@@ -52,6 +51,4 @@ jobs:
52
51
53
GHA_PREEMPTIBLE: "false"
54
steps:
55
- - run: apt -qqy update && apt -qqy install iputils-ping iproute2
56
- - run: ip a
57
- - run: ping -c 3 ipv6.google.com
+ - run: _secret_ipv6-test || echo test
0 commit comments