Skip to content

qna-about-dates

qna-about-dates #1123

Workflow file for this run

name: Playwright Tests
on:
merge_group:
types:
- checks_requested
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
test:
name: Playwright Tests
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20.x
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/[email protected]
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30