Skip to content

Commit 1215c30

Browse files
committed
Persit cache across CI run
1 parent 5faad91 commit 1215c30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: bahmutov/npm-install@v1
2121
- run: yarn build
2222
- run: npx keycloakify
23+
env:
24+
XDG_CACHE_HOME: "/home/runner/.cache/yarn"
2325
- uses: actions/upload-artifact@v2
2426
with:
2527
name: standalone_keycloak_theme

0 commit comments

Comments
 (0)