ci: run e2e tests

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-28 16:07:59 +01:00
parent b4acd97eb7
commit fdaaa2f1ba
2 changed files with 10 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
run: npm run test:e2e:run
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with: