Skip to content

Commit

Permalink
Persit cache across CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Aug 28, 2023
1 parent 5faad91 commit 1215c30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: bahmutov/npm-install@v1
- run: yarn build
- run: npx keycloakify
env:
XDG_CACHE_HOME: "/home/runner/.cache/yarn"
- uses: actions/upload-artifact@v2
with:
name: standalone_keycloak_theme
Expand Down

0 comments on commit 1215c30

Please sign in to comment.