Simplify ci workflow

This commit is contained in:
Nico Jansen 2022-12-16 09:27:35 +01:00 committed by Antonin Stefanutti
parent 8bd8276fdd
commit 288e9a45bc

View File

@ -12,14 +12,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install dependencies - run: npm ci
run: npm ci - run: npx playwright install firefox
- name: Install Playwright Browsers - run: npm run test-prepare-pdfs
run: npx playwright install firefox - run: npm test
- name: Prepare pdfs
run: npm run test-prepare-pdfs
- name: Run Playwright tests
run: npm test
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: always() if: always()
with: with: