Skip to content

Commit

Permalink
ci: remove cache before test
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jun 15, 2024
1 parent e02a6b5 commit c2df4e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:
- main

permissions:
contents: read
contents: write

jobs:
remove-cache:
runs-on: ubuntu-latest
permisions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -29,6 +30,8 @@ jobs:
- run: |
gh cache delete --all
env:
GH_TOKEN: ${{ github.token }}
setup-bun:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c2df4e8

Please sign in to comment.