We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a3bbc commit 358bd6dCopy full SHA for 358bd6d
2 files changed
.github/actions/e2e/action.yml
@@ -6,7 +6,7 @@ runs:
6
- name: End-to-End
7
uses: phi-ag/run-playwright@5ba5f2e9d1b6cdc9d3db7362561f68e7e4334bb7 # v1
8
with:
9
- version: v1.58.0-noble@sha256:35c7d48b4ccaf3aca5018f5f1bf7f50c7da7d61d176c530741f4f2e9ca336c34
+ version: v1.58.1-noble@sha256:feae0b1581609d3dc2ba22567b4703dd6a3e7a219984bb86a19ed35007148a91
10
options: -v ${STORE_PATH}:${STORE_PATH}
11
run: |
12
npm install -g --force corepack
e2e_docker.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env sh
2
set -eu
3
4
-VERSION=v1.58.0-noble@sha256:35c7d48b4ccaf3aca5018f5f1bf7f50c7da7d61d176c530741f4f2e9ca336c34
+VERSION=v1.58.1-noble@sha256:feae0b1581609d3dc2ba22567b4703dd6a3e7a219984bb86a19ed35007148a91
5
STORE_PATH="$(pnpm store path --silent)"
mkdir -p .playwright
0 commit comments