Skip to content

Commit

Permalink
chore: remove caching for .nx folder from CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Jan 24, 2025
1 parent 2b39dd3 commit 6100d47
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions .env

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:

- run: yarn install --immutable

- name: Cache .nx folder
uses: actions/cache@v4
with:
path: .nx
key: ${{ runner.os }}-nx-${{ github.ref_name }}
restore-keys: |
${{ runner.os }}-nx-
- run: yarn nx format:check

- run: yarn nx run-many -t lint
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:

- run: yarn install --immutable

- name: Cache .nx folder
uses: actions/cache@v4
with:
path: .nx
key: ${{ runner.os }}-nx-${{ github.ref_name }}
restore-keys: |
${{ runner.os }}-nx-
- run: yarn nx format:check

- run: yarn nx run-many -t lint
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:

- run: yarn install --immutable

- name: Cache .nx folder
uses: actions/cache@v4
with:
path: .nx
key: ${{ runner.os }}-nx-${{ github.ref_name }}
restore-keys: |
${{ runner.os }}-nx-
- run: yarn nx format:check

- run: yarn nx run-many -t lint
Expand Down

0 comments on commit 6100d47

Please sign in to comment.