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