Skip to content

Commit

Permalink
no exit
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguyinabeanie committed Nov 27, 2024
1 parent 4c0a653 commit df81fe1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,8 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh extension install actions/gh-actions-cache
gh actions-cache delete runtime-cache-${{ matrix.group }} --confirm || true
if [ -f "tmp/parallel_runtime_rspec.log" ]; then
mv tmp/parallel_runtime_rspec.log tmp/parallel_runtime_rspec/${{ matrix.group }}.log
else
echo "Error: Runtime log file not found for group ${{ matrix.group }}. This might indicate a problem with test execution or cache restoration."
exit 1
fi
- name: Publish Test Report
Expand Down Expand Up @@ -189,7 +184,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh extension install actions/gh-actions-cache
mkdir -p tmp/parallel_runtime_rspec
gh actions-cache delete runtime-cache-all --confirm
continue-on-error: true
- name: "Runtime cache: store"
Expand Down

0 comments on commit df81fe1

Please sign in to comment.