Skip to content

Commit

Permalink
ci: remove nx cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jul 1, 2024
1 parent 444506b commit 8b22b55
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ runs:
restore-keys: |
${{ runner.os }}-pnpm-store-
# NX cache
- name: Cache Nx
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
id: cache-nx
with:
path: .cache/nx
key: ${{ runner.os }}-nx-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-nx-${{ hashFiles('pnpm-lock.yaml') }}
${{ runner.os }}-nx-
# - name: Cache Nx
# uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
# id: cache-nx
# with:
# path: .cache/nx
# key: ${{ runner.os }}-nx-${{ hashFiles('pnpm-lock.yaml') }}
# restore-keys: |
# ${{ runner.os }}-nx-${{ hashFiles('pnpm-lock.yaml') }}
# ${{ runner.os }}-nx-
# install nx cli
- name: Install Nx CLI
shell: bash
Expand Down

0 comments on commit 8b22b55

Please sign in to comment.