Skip to content

Commit

Permalink
bind only plone
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 3, 2024
1 parent a2663a3 commit 17faeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: cat /etc/hosts

- name: Wait
run: packages/scripts/node_modules/.bin/wait-on --httpTimeout 20000 http-get://127.0.0.1:55001/plone http://127.0.0.1:3000
run: packages/scripts/node_modules/.bin/wait-on --httpTimeout 20000 http-get://127.0.0.1:55001/plone

- name: Run tests
run: curl http://localhost:3000 || true
Expand Down

0 comments on commit 17faeb5

Please sign in to comment.