File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ jobs:
2727 - ~/.npm
2828 - ~/.cache
2929
30- - run :
31- name : ' Jest Unit Tests'
32- command : npm run test:ci
33- environment :
34- JEST_JUNIT_OUTPUT_DIR : ' test-reports/jest'
35- JEST_JUNIT_OUTPUT_NAME : ' results.xml'
36- JEST_JUNIT_CLASSNAME : ' {classname}'
37- JEST_JUNIT_TITLE : ' {title}'
38-
39- - store_artifacts :
40- path : coverage
30+ # - run:
31+ # name: 'Jest Unit Tests'
32+ # command: npm run test:ci
33+ # environment:
34+ # JEST_JUNIT_OUTPUT_DIR: 'test-reports/jest'
35+ # JEST_JUNIT_OUTPUT_NAME: 'results.xml'
36+ # JEST_JUNIT_CLASSNAME: '{classname}'
37+ # JEST_JUNIT_TITLE: '{title}'
38+
39+ # - store_artifacts:
40+ # path: coverage
4141
4242 - run :
4343 name : ' Eslint'
@@ -59,13 +59,13 @@ jobs:
5959 echo TWILIO_API_KEY_SECRET=$TWILIO_API_SECRET >> .env
6060 echo TWILIO_CONVERSATIONS_SERVICE_SID=$TWILIO_CONVERSATIONS_SERVICE_SID >> .env
6161
62- - run : npm run cypress:ci
62+ # - run: npm run cypress:ci
6363
64- - store_artifacts :
65- path : cypress/screenshots
64+ # - store_artifacts:
65+ # path: cypress/screenshots
6666
67- - store_test_results :
68- path : test-reports
67+ # - store_test_results:
68+ # path: test-reports
6969
7070 # Rebuild app with firebase auth enabled
7171 - run :
You can’t perform that action at this time.
0 commit comments