Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Nov 10, 2024
1 parent 31305e3 commit 9753a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Get installed Playwright version
id: playwright-version
run: |
playwrightVersion=$(bunx playwright --version)
playwrightVersion="$(bunx playwright --version)-2"
echo "version=$playwrightVersion" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
id: playwright-cache
Expand Down

0 comments on commit 9753a2e

Please sign in to comment.