Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Aug 21, 2024
1 parent 5593843 commit 8f4cc7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ jobs:
env:
DEPENDENCY_CACHE_KEY: ${{ needs.job_build.outputs.dependency_cache_key }}

- name: NX cache
uses: actions/cache@v4
with:
path: .nxcache
key: nx-Linux-${{ github.ref }}-${{ env.HEAD_COMMIT || github.sha }}
restore-keys:
${{ env.NX_CACHE_RESTORE_KEYS || 'nx-never-restore'}}

- name: Run yarn again
run: yarn

Expand Down

0 comments on commit 8f4cc7a

Please sign in to comment.