Skip to content

Commit 54b5ac4

Browse files
committed
one more thing
1 parent e831674 commit 54b5ac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/install-playwright/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ runs:
1515
id: playwright-version
1616
run: echo "version=$(node -p "require('@playwright/test/package.json').version")" >> $GITHUB_OUTPUT
1717
shell: bash
18+
working-directory: ${{ inputs.cwd }}
19+
1820

1921
- name: Restore cached playwright binaries
2022
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)