Skip to content

Commit

Permalink
Attempt 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Nov 24, 2023
1 parent 032ea4a commit a5b4462
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
path: |
**/node_modules
.yarn/cache
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}

- name: yarn-install
Expand All @@ -62,7 +62,7 @@ jobs:
with:
path: |
**/node_modules
.yarn/cache
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}

- name: build-cache
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
with:
path: |
**/node_modules
.yarn/cache
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}

- name: lint
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
with:
path: |
**/node_modules
.yarn/cache
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}

- name: build-cache
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
with:
path: |
**/node_modules
.yarn/cache
.yarn
key: ${{ runner.os }}-yarn-cache-${{ hashFiles('./yarn.lock') }}

- name: build-cache
Expand Down

0 comments on commit a5b4462

Please sign in to comment.