ci: run e2e tests

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-28 15:47:54 +01:00
parent ac63c0e357
commit ebedaf2ee2
3 changed files with 65 additions and 60 deletions

View File

@@ -26,6 +26,9 @@ jobs:
- name: Run tests
run: npm run test
- name: Run e2e tests
run: npm run test:e2e:run
- name: Build project
run: npm run build