Skip to content

Commit c4ee4d5

Browse files
committed
CI: caching: rm workaround
This workaround was not addressing the CI behaviour.
1 parent 5c1bae5 commit c4ee4d5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/caching.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,5 @@ jobs:
201201
continue-on-error: true
202202
# Done separately, matching the tested work/PR workflow guarantees
203203
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
209204
cabal $cabalBuild --enable-benchmarks || cabal $cabalBuild --enable-benchmarks || cabal $cabalBuild --enable-benchmarks
210205
cabal $cabalBuild --enable-test || cabal $cabalBuild --enable-test || cabal $cabalBuild --enable-test

0 commit comments

Comments
 (0)