Skip to content

Commit

Permalink
WIP nx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed May 28, 2024
1 parent 8b962a6 commit 1ca59fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ runs:
# NX cache
- name: Cache Nx
uses: actions/cache@v2
id: cache-nx
with:
path: .cache/nx
key: ${{ runner.os }}-nx-${{ hashFiles('pnpm-lock.yaml') }}
Expand Down

0 comments on commit 1ca59fa

Please sign in to comment.