mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
circleci test reports
This commit is contained in:
@@ -33,6 +33,9 @@ jobs:
|
||||
name: test backend
|
||||
command: npm test
|
||||
|
||||
- store_test_results:
|
||||
path: backend-report.xml
|
||||
|
||||
test-frontend:
|
||||
docker:
|
||||
- image: cimg/node:14.20
|
||||
@@ -72,6 +75,9 @@ jobs:
|
||||
name: test frontend
|
||||
command: cd frontend && npm test
|
||||
|
||||
- store_test_results:
|
||||
path: frontend-reports
|
||||
|
||||
test-frontend-build:
|
||||
docker:
|
||||
- image: cimg/node:14.20
|
||||
|
||||
Reference in New Issue
Block a user