Skip to content

Commit

Permalink
fixup! Chore(ci): Clear cache after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 30, 2024
1 parent 9d1ad04 commit 5fef4e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache/save@v4
with:
path: ./
key: env.CACHE_KEY
key: ${{ env.CACHE_KEY }}

lint:
name: 📐 Code Linting
Expand All @@ -51,7 +51,7 @@ jobs:
id: restore-repository-cache
with:
path: ./
key: env.CACHE_KEY
key: ${{ env.CACHE_KEY }}

- name: Setup Node
uses: ./.github/actions/setup-node
Expand All @@ -73,7 +73,7 @@ jobs:
id: restore-repository-cache
with:
path: ./
key: env.CACHE_KEY
key: ${{ env.CACHE_KEY }}

- name: Setup Node
uses: ./.github/actions/setup-node
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
id: restore-repository-cache
with:
path: ./
key: env.CACHE_KEY
key: ${{ env.CACHE_KEY }}

- name: Setup Node
uses: ./.github/actions/setup-node
Expand Down

0 comments on commit 5fef4e9

Please sign in to comment.