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 5800b30 commit aab496b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/universal/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ 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"
pwd
ls -lha
cd sample
pwd
ls -lha
cd node
ls -lha
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 aab496b

Please sign in to comment.