Skip to content

Commit

Permalink
Update test.sh, test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 authored Feb 5, 2025
1 parent 19d043c commit a024a30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/universal/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@ check "oryx" oryx --version
# Ensures nvm works in a Node Project
check "default-node-version" bash -c "node --version | grep 20."
check "default-node-location" bash -c "which node | grep /home/codespace/nvm/current/bin"
ls -lha
pwd
cd sample
ls -lha
pwd
cd node
ls -lha
pwd
cd ../..
check "oryx-build-node-projectr" bash -c "oryx build ./sample/node"
check "oryx-configured-current-node-version" bash -c "ls -la /home/codespace/nvm/current | grep /opt/nodejs"
check "nvm-install-node" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 8.0.0"
Expand Down

0 comments on commit a024a30

Please sign in to comment.