diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a55fdb1a..0c7c8cf94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,19 +16,6 @@ jobs: - name: Compile run: yarn && yarn build - test: - runs-on: ubuntu-latest - - steps: - - name: Checkout repo - uses: actions/checkout@v3 - - - name: Set up node - uses: actions/setup-node@v3 - - - name: Compile - run: yarn && yarn test - publish: needs: [ compile, test ] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')