Skip to content

fix(deps): update dependency solid-start to v0.3.11 #448

fix(deps): update dependency solid-start to v0.3.11

fix(deps): update dependency solid-start to v0.3.11 #448

Workflow file for this run

name: Playwright Tests
on:
push:
branches: [main, master, playwright, 'renovate/*']
pull_request:
branches: [main, master]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Build app
run: pnpm run build
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm exec playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30