From d97ac1522974475de6c8d8aab50234efa9b7ff98 Mon Sep 17 00:00:00 2001 From: nato-re Date: Fri, 22 Oct 2021 14:52:22 -0300 Subject: [PATCH] fix lint --- .github/workflows/test.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/test.yml 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