Skip to content

Commit

Permalink
Need the test users.
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 4c3e236 commit d578322
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_automation_hub_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
- name: wait for the system to start
run: make oci/standalone/poll

- name: create the test users+data
run: docker exec -it ci-standalone-pulp-1 bash -c 'cd /src/galaxy_ng; django-admin shell < ./dev/common/setup_test_data.py'

- name: make messages
run: docker exec -it ci-standalone-pulp-1 bash -c 'cd /src/galaxy_ng/galaxy_ng; django-admin makemessages --all'

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

Expand Down

0 comments on commit d578322

Please sign in to comment.