Skip to content

Commit

Permalink
update server path in workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezzo64 committed Nov 18, 2023
1 parent 21c760c commit ecfe055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm run build --if-present
- name: start DH2 server instance
run: |
node DH2/pokemon-showdown &
node caches/DH2/pokemon-showdown &
while ! curl -s http://localhost:8000 -o /dev/null; do
sleep 60
done
Expand Down

0 comments on commit ecfe055

Please sign in to comment.