diff --git a/.github/workflows/cicdpipeline.yml b/.github/workflows/cicdpipeline.yml index 282bc80..a5f5821 100644 --- a/.github/workflows/cicdpipeline.yml +++ b/.github/workflows/cicdpipeline.yml @@ -51,11 +51,11 @@ jobs: - name: Run tests run: npm test -- --ci --reporter=jest-junit - - name: Upload test report - uses: actions/upload-artifact@v3 - with: - name: test-results - path: junit.xml +# - name: Upload test report +# uses: actions/upload-artifact@v3 +# with: +# name: test-results +# path: junit.xml - name: Build application run: npm run build