Bump the test-lint-minor-patch group across 1 directory with 6 updates #277
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |