Skip to content

Commit

Permalink
fix(integration-tests): Make the caching continue on error
Browse files Browse the repository at this point in the history
At times the caching mechanics behave weird. It's better to keep them as a soft-fail part of the pipeline.
  • Loading branch information
MichaelsJP committed Nov 14, 2024
1 parent b5b9e02 commit 25a4068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
docker save -o ors-test-scenario-builder.tar ors-test-scenario-builder:latest
- name: Save the docker image to the cache
uses: actions/cache/save@v4
continue-on-error: true
with:
path: |
ors-test-scenario-builder.tar
Expand All @@ -108,6 +109,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Save the graphs to cache
continue-on-error: true
uses: actions/cache/save@v4
with:
path: ors-test-scenarios/graphs-integrationtests
Expand Down

0 comments on commit 25a4068

Please sign in to comment.