ci: remove cache before test

This commit is contained in:
Jozef Steinhübl 2024-06-15 09:54:05 +02:00
parent e02a6b57f4
commit c2df4e8604
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -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
@ -29,6 +30,8 @@ jobs:
- run: |
gh cache delete --all
env:
GH_TOKEN: ${{ github.token }}
setup-bun:
runs-on: ${{ matrix.os }}