Skip to content

Commit eb9660c

Browse files
committed
Update nightly-js-sdk.yaml
1 parent 3c4974a commit eb9660c

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
@@ -60,9 +60,9 @@ jobs:
6060
run: yarn build
6161
- name: Restore cached playwright browsers
6262
uses: actions/cache@v4
63-
with:
64-
path: ~/.cache/ms-playwright
65-
key: playwright-${{ hashFiles('playwright.config.ts') }}
63+
with:
64+
path: ~/.cache/ms-playwright
65+
key: playwright-${{ hashFiles('playwright.config.ts') }}
6666
- name: Install Playwright browsers
6767
run: yarn playwright install --with-deps
6868
- name: Launch E2E tests workflow

0 commit comments

Comments
 (0)