File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -81,20 +81,20 @@ jobs:
8181 - name : Run the tests and generate coverage report
8282 run : npm test -- --coverage
8383
84- - name : Archive code coverage results
85- uses : actions/upload-artifact@v2
86- with :
87- name : code-coverage-report
88- path : ./coverage
84+ # - name: Archive code coverage results
85+ # uses: actions/upload-artifact@v3
86+ # with:
87+ # name: code-coverage-report
88+ # path: ./coverage
8989
90- - name : Build Project
91- run : npm run build
90+ # - name: Build Project
91+ # run: npm run build
9292
93- - name : Upload artifact to enable deployment
94- uses : actions/upload-artifact@v2
95- with :
96- name : production-files
97- path : ./build
93+ # - name: Upload artifact to enable deployment
94+ # uses: actions/upload-artifact@v3
95+ # with:
96+ # name: production-files
97+ # path: ./build
9898
9999 # we upload the artifact to the runner using the command uses: actions/upload-artifact@v3
100100 # Finally, we specify the path to the build using path: ./dist ( dist is the default build output location for apps built with Vite)
You can’t perform that action at this time.
0 commit comments