Skip to content

Commit

Permalink
CI: caching: add workaround to allow last step to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-Latukha committed Dec 23, 2021
1 parent 258ed91 commit 482bc66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/caching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,8 @@ jobs:
continue-on-error: true
run: |
cabal $cabalBuild || cabal $cabalBuild || cabal $cabalBuild
# Despite the `continue-on-error: true` directive - CI does not ignore the return code of the last step
- name: Workaround to CI platform
run: |
true

0 comments on commit 482bc66

Please sign in to comment.