Skip to content

Bump @playwright/test from 1.45.2 to 1.45.3 in /env (#177) #226

Bump @playwright/test from 1.45.2 to 1.45.3 in /env (#177)

Bump @playwright/test from 1.45.2 to 1.45.3 in /env (#177) #226

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 }}