Skip to content

Commit

Permalink
Preserve cache between CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Aug 28, 2023
1 parent e4253b2 commit 0a9eee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: bahmutov/npm-install@v1
- run: yarn build
- run: npx keycloakify
env:
XDG_CACHE_HOME: "/home/runner/.cache/yarn"
- run: npx build-storybook

check_if_version_upgraded:
Expand Down Expand Up @@ -48,6 +50,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:
Expand Down

0 comments on commit 0a9eee9

Please sign in to comment.