mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
ci: set cache parameter explicitly
This commit is contained in:
parent
5a15426563
commit
3aa1ee0479
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -15,6 +15,8 @@ defaults:
|
||||||
jobs:
|
jobs:
|
||||||
test-cache:
|
test-cache:
|
||||||
uses: ./.github/workflows/env.yml
|
uses: ./.github/workflows/env.yml
|
||||||
|
with:
|
||||||
|
cache: "true"
|
||||||
test-no-cache:
|
test-no-cache:
|
||||||
uses: ./.github/workflows/env.yml
|
uses: ./.github/workflows/env.yml
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue