Skip to content

Commit

Permalink
ci: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
triptu committed May 30, 2022
1 parent 51ec846 commit ea36879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: cd nodejs
- name: Install modules
run: yarn install
# - name: Test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: cd nodejs
- name: Install modules
run: yarn
- name: Run tests
Expand Down

0 comments on commit ea36879

Please sign in to comment.