We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1bae5 commit c4ee4d5Copy full SHA for c4ee4d5
.github/workflows/caching.yml
@@ -201,10 +201,5 @@ jobs:
201
continue-on-error: true
202
# Done separately, matching the tested work/PR workflow guarantees
203
run: |
204
-
205
- # Despite the `continue-on-error: true` directive - CI does not ignore the return code of the last step
206
- - name: Workaround to CI platform
207
- run: |
208
- true
209
cabal $cabalBuild --enable-benchmarks || cabal $cabalBuild --enable-benchmarks || cabal $cabalBuild --enable-benchmarks
210
cabal $cabalBuild --enable-test || cabal $cabalBuild --enable-test || cabal $cabalBuild --enable-test
0 commit comments