Skip to content

Commit

Permalink
fix(backstop): add playwright itself as a depndency
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Apr 8, 2024
1 parent a7f1997 commit f64edcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-cache-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
shell: bash
working-directory: ${{ inputs.WORKSPACE_ROOT }}
id: playwright-version
run: echo "PLAYWRIGHT_VERSION=$(cat package.json | jq -r '.dependencies."@playwright/test"' || 'latest')" >> $GITHUB_ENV
run: echo "PLAYWRIGHT_VERSION=$(cat package.json | jq -r '.dependencies.playwright' || 'latest')" >> $GITHUB_ENV

- uses: actions/cache@v4
if: ${{ inputs.BROWSER_BINARIES }}
Expand Down
1 change: 1 addition & 0 deletions _ci/backstop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"http-server": "^14.1.1",
"patch-package": "^8.0.0",
"@playwright/test": "1.42.1",
"playwright": "^1.42.1",
"pm2": "^5.3.1",
"super-simple-web-server": "github:dgrebb/super-simple-web-server#0.0.2"
},
Expand Down

0 comments on commit f64edcb

Please sign in to comment.