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 e831674 commit 54b5ac4Copy full SHA for 54b5ac4
.github/actions/install-playwright/action.yml
@@ -15,6 +15,8 @@ runs:
15
id: playwright-version
16
run: echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT
17
shell: bash
18
+ working-directory: ${{ inputs.cwd }}
19
+
20
21
- name: Restore cached playwright binaries
22
uses: actions/cache/restore@v4
0 commit comments