Skip to content

Bump @playwright/test from 1.41.1 to 1.41.2 in /env (#118) #91

Bump @playwright/test from 1.41.1 to 1.41.2 in /env (#118)

Bump @playwright/test from 1.41.1 to 1.41.2 in /env (#118) #91

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