This commit is contained in:
Arnaud 2024-10-11 12:40:06 +02:00
parent a0596e9f5e
commit b3468b5ee5
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -69,19 +69,15 @@ jobs:
node-version: lts/*
- name: Install dependencies
if: false
run: npm ci
- name: Install Playwright Browsers
if: false
run: npx playwright install --with-deps
- name: Run Playwright tests
if: false
run: npx playwright test
- uses: actions/upload-artifact@v4
if: false
# if: ${{ !cancelled() }}
with:
name: playwright-report