Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Aug 16, 2023
1 parent 4de9136 commit 1df39d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/js-lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ../v4-client-js
working-directory: ./v4-client-js
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
path: ./v4-client-js


- name: Use Node.js 16
uses: actions/setup-node@v3
Expand Down

0 comments on commit 1df39d3

Please sign in to comment.