Skip to content

Bump eslint from 8.57.0 to 9.30.0 #309

Bump eslint from 8.57.0 to 9.30.0

Bump eslint from 8.57.0 to 9.30.0 #309

Workflow file for this run

name: Tests
on:
pull_request:
concurrency:
group: "test-${{ github.event.pull_request.head.ref }}"
cancel-in-progress: false
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: yarn install
- name: Run Quasar E2E tests
run: yarn test:e2e:ci
- name: Upload Test Artifacts
uses: actions/upload-artifact@v4
with:
name: test-artifacts
if-no-files-found: ignore
retention-days: 1
compression-level: 9
path: |
test/cypress/screenshots/
test/cypress/videos/
!test/cypress/screenshots/.gitignore
!test/cypress/videos/.gitignore