diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 6105386..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: 'CI' -on: - pull_request: - push: -jobs: - build-test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 # checkout the repo - - run: npm ci # install packages - - run: npm test # run tests (configured to use jest-junit reporter) - - uses: actions/upload-artifact@v2 # upload test results - if: success() # run this step even if previous step failed - with: - name: test-results - path: jest-junit.xml \ No newline at end of file