Skip to content

Bump the test-lint-minor-patch group across 1 directory with 6 updates #277

Bump the test-lint-minor-patch group across 1 directory with 6 updates

Bump the test-lint-minor-patch group across 1 directory with 6 updates #277

Workflow file for this run

name: PR Test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- run: npx nuxt build --preset github_pages
- run: npm run lint .
- run: npm run test
- run: npx playwright install --with-deps
- run: npm run e2eall