Skip to content

Commit 482bc66

Browse files
committed
CI: caching: add workaround to allow last step to fail
1 parent 258ed91 commit 482bc66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/caching.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,8 @@ jobs:
183183
continue-on-error: true
184184
run: |
185185
cabal $cabalBuild || cabal $cabalBuild || cabal $cabalBuild
186+
187+
# Despite the `continue-on-error: true` directive - CI does not ignore the return code of the last step
188+
- name: Workaround to CI platform
189+
run: |
190+
true

0 commit comments

Comments
 (0)