Add prepare pdfs step

This commit is contained in:
Nico Jansen 2022-12-16 09:20:37 +01:00 committed by Antonin Stefanutti
parent badf3db0f3
commit b9ef5acf5c

View File

@ -15,7 +15,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps firefox
run: npx playwright install firefox
- name: Prepare pdfs
run: npm run test-prepare-pdfs
- name: Run Playwright tests
run: npm test
- uses: actions/upload-artifact@v3