Skip to content

Commit

Permalink
Fix wait command
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 21, 2024
1 parent 0ad0f19 commit cca4bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/visual-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# to background multiple processes: add & to the end of the command

wait-on: |
http-get://localhost:55001/plone
http-get://localhost:8080/Plone
http://localhost:3000
# IMPORTANT: to use environment variables in wait-on, you must use this form: ${{ env.VAR }}
# See wait-on section below for all resource types and prefixes
Expand Down

0 comments on commit cca4bc2

Please sign in to comment.