Skip to content

Commit 79943e8

Browse files
committed
Update nightly-js-sdk.yaml
1 parent 2bfb1b0 commit 79943e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-js-sdk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
${{ github.workspace }}/.next/cache
5454
# Generate a new cache whenever packages or source files change.
5555
key: ${{ runner.os }}-nextjs-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
56-
# If source files changed but packages didn't, rebuild from a prior cache.
57-
restore-keys: |
58-
${{ runner.os }}-nextjs-${{ hashFiles('yarn.lock') }}-
56+
# If source files changed but packages didn't, rebuild from a prior cache.
57+
restore-keys: |
58+
${{ runner.os }}-nextjs-${{ hashFiles('yarn.lock') }}-
5959
- name: Yarn build
6060
run: yarn build
6161
- name: Install Playwright browsers

0 commit comments

Comments
 (0)