Skip to content

Commit 663bdde

Browse files
Fix the workflow steps
1 parent e090adf commit 663bdde

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
# Reasoning for this in `ci.yml`
2323
run: python3 -m pip install --break-system-packages setuptools
2424
- name: Install Dependencies
25-
run: |
26-
npm i
27-
- run: |
28-
npm run test:node
29-
npm run test:native
30-
- run: npm publish --access public
25+
run: npm i
26+
- name: Run tests
27+
run: npm test
28+
- name: Publish to NPM
29+
run: npm publish --access public

0 commit comments

Comments
 (0)