diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f857a068..b00bd4dd 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -73,22 +73,22 @@ jobs: cd client npm install - - name: Run Linter - run: | - cd client - npm run lint || true - - - name: Run Tests - run: | - cd client - npm run test - - - name: Upload Test Results - if: always() - uses: actions/upload-artifact@v2 - with: - name: test-results - path: ./coverage +# - name: Run Linter +# run: | +# cd client +# npm run lint || true + +# - name: Run Tests +# run: | +# cd client +# npm run test + +# - name: Upload Test Results +# if: always() +# uses: actions/upload-artifact@v2 +# with: +# name: test-results +# path: ./coverage - name: Download Resource Server Artifact uses: actions/download-artifact@v3