We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9060500 commit 01f310aCopy full SHA for 01f310a
.github/workflows/test-e2e-playwright.yml
@@ -54,16 +54,6 @@ jobs:
54
- name: Setup rust-toolchain stable
55
id: rust-toolchain
56
uses: dtolnay/rust-toolchain@stable
57
- - uses: actions/cache@v4
58
- with:
59
- path: |
60
- ~/.cargo/bin/
61
- ~/.cargo/registry/index/
62
- ~/.cargo/registry/cache/
63
- ~/.cargo/git/db/
64
- target/
65
- key: cargo-${{ steps.rust-toolchain.outputs.cachekey }}-${{ hashFiles('**/Cargo.lock') }}
66
- restore-keys: cargo-
67
- name: Setup node environment
68
uses: ./.github/actions/init-env-node
69
- id: get_playwright_version
0 commit comments