Skip to content

Commit

Permalink
ci: Fix Playwright version get script
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard committed Mar 30, 2024
1 parent ec9d028 commit 6046021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# https://github.com/microsoft/playwright/issues/7249
- name: Store Playwright version as env
run: |
PLAYWRIGHT_VERSION="$(yarn run playwright --version | cut -d' ' -f2)"
PLAYWRIGHT_VERSION="$(yarn run --silent playwright --version | cut -d' ' -f2)"
echo "Playwright version is ${PLAYWRIGHT_VERSION}"
echo "PLAYWRIGHT_VERSION=${PLAYWRIGHT_VERSION}" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 6046021

Please sign in to comment.