Skip to content

Commit

Permalink
Upload server command change
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Aug 11, 2023
1 parent 49f87ee commit c562948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install v18.15.0
nvm use v18.15.0
cd SimpleUploadServer && nvm use && npm install && npm start &
cd SimpleUploadServer && npm install && npm start &
sudo chmod -R +rwx SimpleUploadServer
# - name: Setup Upload Server
# shell: bash
Expand Down

0 comments on commit c562948

Please sign in to comment.