We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a369576 commit 29d935dCopy full SHA for 29d935d
.github/workflows/ci.yml
@@ -172,6 +172,9 @@ jobs:
172
- name: enable ipv6 on Docker
173
run: src/ci/scripts/enable-docker-ipv6.sh
174
175
+ - name: fail
176
+ run: exit 1
177
+
178
# Disable automatic line ending conversion (again). On Windows, when we're
179
# installing dependencies, something switches the git configuration directory or
180
# re-enables autocrlf. We've not tracked down the exact cause -- and there may
0 commit comments