Skip to content

Commit

Permalink
test: do not fail if no cache exists
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmartins committed May 17, 2024
1 parent 80b3eb1 commit f391765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Clear cache
run: gh cache delete --repo "${{ github.repository }}" --all
run: gh cache delete --repo "${{ github.repository }}" --all || exit 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit f391765

Please sign in to comment.