Skip to content

Commit

Permalink
Upload server test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Aug 11, 2023
1 parent 455647f commit 5a210c9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,14 @@ jobs:
- name: Setup Repo
id: setup-repo
uses: ./.github/actions/setup-repo
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 12.22.10
- name: Setup Servers
shell: bash
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
nvm install v18.15.0
nvm use v18.15.0
cd SimpleUploadServer && 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 5a210c9

Please sign in to comment.