fix(ci): add E2E tests to PR workflow

This commit is contained in:
Johannes Millan 2026-01-17 15:23:45 +01:00
parent 6a9d39838c
commit 4d78d7b9fc

View file

@ -50,6 +50,8 @@ jobs:
- run: npm run lint
- run: npm run int:test # Validate i18n JSON files
- run: npm run test
- name: Test E2E
run: npm run e2e
- name: 'Upload E2E results on failure'
if: ${{ failure() }}
uses: actions/upload-artifact@v6