Skip to content

Commit

Permalink
Upload server test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Aug 10, 2023
1 parent 840b617 commit 6cba8fd
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 @@ -190,7 +190,7 @@ jobs:
- name: Setup Servers
shell: bash
run: |
cd SimpleUploadServer && npm install && npm start &
cd SimpleUploadServer && nvm use && npm install && npm start &
sudo chmod -R +rwx SimpleUploadServer
# - name: Setup Upload Server
# shell: bash
Expand Down

0 comments on commit 6cba8fd

Please sign in to comment.