Skip to content

Commit bc378d5

Browse files
committed
Persiste cash across CI runs
1 parent b3dbb8a commit bc378d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: bahmutov/npm-install@v1
1818
- run: yarn build
1919
- run: npx keycloakify
20+
env:
21+
XDG_CACHE_HOME: "/home/runner/.cache/yarn"
2022

2123
check_if_version_upgraded:
2224
name: Check if version upgrade
@@ -45,6 +47,8 @@ jobs:
4547
- uses: bahmutov/npm-install@v1
4648
- run: yarn build
4749
- run: npx keycloakify
50+
env:
51+
XDG_CACHE_HOME: "/home/runner/.cache/yarn"
4852
- run: mv build_keycloak/target/*.jar keycloak-theme.jar
4953
- uses: softprops/action-gh-release@v1
5054
with:

0 commit comments

Comments
 (0)