Skip to content

Commit

Permalink
test port
Browse files Browse the repository at this point in the history
  • Loading branch information
moontrip committed Jul 28, 2024
1 parent 89c740a commit d5e747c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run server
# does npx work???
run: npm start & npx wait-on http://127.0.0.1:$PORT # requires MongoDB Atlas to accept requests from anywhere!
# DKDK does npx work???
# DKDK just in case, change $port to other variable
# run: npm start & npx wait-on http://127.0.0.1:$PORT # requires MongoDB Atlas to accept requests from anywhere!
run: npm start & npx wait-on http://127.0.0.1:8080
- name: Run tests
run: npm test
- name: Output information
Expand Down

0 comments on commit d5e747c

Please sign in to comment.