ci: remove cache before test
This commit is contained in:
parent
9e6c31728b
commit
75cd8315b8
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
&& sudo apt install gh -y
|
&& sudo apt install gh -y
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
gh cache delete --all
|
gh cache delete --all || true
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user