Skip to content

Commit

Permalink
Add more
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Nov 12, 2024
1 parent a15f576 commit fb0b1dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:
steps:
- run: |
node -v
env
source $NVM_DIR/nvm.sh
echo "$(dirname $(nvm which node))" >> $GITHUB_PATH
dirname `nvm which node``
dirname `nvm which node`
- name: Checkout job-scheduler
uses: actions/checkout@v4
- name: Setup Java ${{ matrix.java }}
Expand Down

0 comments on commit fb0b1dc

Please sign in to comment.