Skip to content

Commit

Permalink
remove build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Jun 25, 2024
1 parent 7ef34bb commit d6a0fd1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
run: npm install -g pnpm && pnpm install
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Echo URL
run: ECHO ${{ secrets.PULL_REQUEST_PREVIEW_URL }}/${{ github.head_ref }}
- name: Run Playwright tests
run: pnpm exec playwright test
env:
Expand Down

0 comments on commit d6a0fd1

Please sign in to comment.