mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(ci): add E2E tests to PR workflow
This commit is contained in:
parent
6a9d39838c
commit
4d78d7b9fc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint-and-test-pr.yml
vendored
2
.github/workflows/lint-and-test-pr.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue