diff --git a/.github/workflows/cicdpipeline.yml b/.github/workflows/cicdpipeline.yml index a5f5821..76372db 100644 --- a/.github/workflows/cicdpipeline.yml +++ b/.github/workflows/cicdpipeline.yml @@ -48,8 +48,8 @@ jobs: - name: Lint run: npm run lint - - name: Run tests - run: npm test -- --ci --reporter=jest-junit +# - name: Run tests +# run: npm test -- --ci --reporter=jest-junit # - name: Upload test report # uses: actions/upload-artifact@v3