Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Marc Emmanuel 2026-01-23 12:49:46 +01:00 committed by GitHub
parent 93e7b9d3dd
commit 9f483ff755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -10,13 +10,13 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: lts/*
node-version: '24'
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: playwright install --with-deps
- name: Run Playwright tests
run: playwright test
run: npm run test:e2e
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with: