Skip to content

Commit 29d935d

Browse files
committed
WIP: fail CI forcefully to test the outcome job
1 parent a369576 commit 29d935d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ jobs:
172172
- name: enable ipv6 on Docker
173173
run: src/ci/scripts/enable-docker-ipv6.sh
174174

175+
- name: fail
176+
run: exit 1
177+
175178
# Disable automatic line ending conversion (again). On Windows, when we're
176179
# installing dependencies, something switches the git configuration directory or
177180
# re-enables autocrlf. We've not tracked down the exact cause -- and there may

0 commit comments

Comments
 (0)