Skip to content

Commit

Permalink
Remove test stage since it is failing and blocking publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmkonnur committed Dec 5, 2024
1 parent 6a3281b commit f09e8a0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit f09e8a0

Please sign in to comment.