Skip to content

Bump @playwright/test from 1.45.1 to 1.45.2 in /env #212

Bump @playwright/test from 1.45.1 to 1.45.2 in /env

Bump @playwright/test from 1.45.1 to 1.45.2 in /env #212

Workflow file for this run

name: 'test-pr-comment'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
basic:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run performance tests
uses: ./
with:
urls: |
/
/sample-page/
create-comment: true
github-token: ${{ secrets.PR_COMMENT_TOKEN }}