diff options
| author | 2023-08-28 19:51:38 +0200 | |
|---|---|---|
| committer | 2023-08-28 19:51:38 +0200 | |
| commit | bc378d5afb67e796f520afbc348185f3e319d9d0 (patch) | |
| tree | 859c8d9139b3ff49ae177c1d78012d97d81bdf46 | |
| parent | Bump version (diff) | |
Persiste cash across CI runs
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4ed31a..6423977 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,8 @@ jobs: - uses: bahmutov/npm-install@v1 - run: yarn build - run: npx keycloakify + env: + XDG_CACHE_HOME: "/home/runner/.cache/yarn" check_if_version_upgraded: name: Check if version upgrade @@ -45,6 +47,8 @@ jobs: - uses: bahmutov/npm-install@v1 - run: yarn build - run: npx keycloakify + env: + XDG_CACHE_HOME: "/home/runner/.cache/yarn" - run: mv build_keycloak/target/*.jar keycloak-theme.jar - uses: softprops/action-gh-release@v1 with: |