From f09e8a01ac8de897ae80bdc686a6579fdaf2783e Mon Sep 17 00:00:00 2001 From: Rohan Konnur Date: Wed, 4 Dec 2024 20:39:05 -0500 Subject: [PATCH] Remove test stage since it is failing and blocking publish. --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a55fdb1..0c7c8cf9 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/')