Skip to content

Commit

Permalink
Fix typo in ci.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theycallmeswift committed Jul 26, 2024
1 parent 1281b57 commit 4d1788c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3

- name: Run tests
uses: npm run test

- name: Compile
run: yarn && yarn build

- name: Run tests
run: yarn run test

publish:
needs: [ compile ]
Expand Down

0 comments on commit 4d1788c

Please sign in to comment.