Skip to content

Commit

Permalink
fix wrong commands in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed Apr 30, 2024
1 parent 5da6a32 commit 0b9058c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/npm_test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Install package
if: steps.cache.outputs.cache-hit != 'true'
run: npm install -g yarn && yarn install
- name: Build TS
run: yarn build
- name: Test package and Code coverage
run: yarn test:ci
- name: Test
run: yarn test
- name: Bundle
run: yarn rbuild

0 comments on commit 0b9058c

Please sign in to comment.