mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-18 15:31:54 +00:00
ci: bypass mise cache in build smoke test
This commit is contained in:
parent
342ded1fec
commit
9d51e34c19
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -24,6 +24,9 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
|
||||
with:
|
||||
cache: false
|
||||
cache_save: false
|
||||
- run: aube install
|
||||
- run: aubr all
|
||||
test: # make sure the action works on a clean machine without building
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue