diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a55fdb1a..4d686a3c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: yarn && yarn test publish: - needs: [ compile, test ] + needs: [ compile ] if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: