Skip to content

Commit

Permalink
Try to fix CI relative path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Feb 24, 2025
1 parent 7cdd247 commit 926f84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- run: yarn install
- run: yarn reset
- run: yarn compile
- run: yarn install
- run: yarn test
working-directory: test
env:
RINGCENTRAL_SERVER_URL: ${{ secrets.RINGCENTRAL_SERVER_URL }}
RINGCENTRAL_CLIENT_ID: ${{ secrets.RINGCENTRAL_CLIENT_ID }}
Expand Down

0 comments on commit 926f84d

Please sign in to comment.