Skip to content

Commit

Permalink
Move poll to it's own task.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Mar 27, 2024
1 parent 83d50a2 commit 4c3e236
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_automation_hub_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ jobs:
mkdir $OCI_ENV_PATH/db_backup/
- name: run the standalone stack detached
run:
OCI_COMPOSE_DETACH=1 make oci/standalone
make oci/standalone/poll
run: OCI_COMPOSE_DETACH=1 make oci/standalone

- name: wait for the system to start
run: make oci/standalone/poll

- name: Test the user playbook
run: ansible-playbook dev/galaxy_collection_plays/user.yml -vvv
Expand Down

0 comments on commit 4c3e236

Please sign in to comment.