Skip to content

Commit 6f1064b

Browse files
CHORE SB Base playwright browser caching on installed playwright version, not the latest catalogue version!
1 parent 04c5cfa commit 6f1064b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/run-e2e-tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
run: |
4646
echo "::group::Get current week number and playwright version"
4747
echo "week_num=$(date -u +'%Y-%V')" | tee -a $GITHUB_OUTPUT
48-
echo "playwright_version=$(npm view @playwright/test version)" | tee -a $GITHUB_OUTPUT
48+
echo "playwright_version=$(npm info @playwright/test version)" | tee -a $GITHUB_OUTPUT
4949
EXIT_STATUS=$?
5050
echo "::endgroup::"
5151
exit $EXIT_STATUS

.github/actions/run-snapshot-tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
run: |
5151
echo "::group::Get current week number and playwright version"
5252
echo "week_num=$(date -u +'%Y-%V')" | tee -a $GITHUB_OUTPUT
53-
echo "playwright_version=$(npm view @playwright/test version)" | tee -a $GITHUB_OUTPUT
53+
echo "playwright_version=$(npm info @playwright/test version)" | tee -a $GITHUB_OUTPUT
5454
echo "::endgroup::"
5555
5656
- name: "Get current date"

0 commit comments

Comments
 (0)