Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack authored Sep 29, 2024
1 parent 23172a1 commit 0a6c746
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
script: |
node -v
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
npm --help
cd scholarx-frontend
git pull
npm install
Expand Down

0 comments on commit 0a6c746

Please sign in to comment.