Skip to content

Commit f5ff670

Browse files
author
Illia Obukhau
committed
style(run-e2e): fix key typo
1 parent 44f415d commit f5ff670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/WebAutomatedTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
path: node_modules/.cache/turbo
6666
key: turbo-cache-${{ runner.os }}-e2e-chunk-${{ matrix.index }}-${{ env.main_sha }}
6767
restore-keys: |
68-
turbo-cache-${{ runner.os }}--e2e-chunk-${{ matrix.index }}
68+
turbo-cache-${{ runner.os }}-e2e-chunk-${{ matrix.index }}
6969
- name: Install dependencies
7070
run: pnpm install
7171
- name: "Executing E2E tests"

0 commit comments

Comments
 (0)