Skip to content

Commit

Permalink
Adding upload test to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Fabricio Aguiar <fabricio.aguiar@gmail.com>
  • Loading branch information
fao89 committed Aug 29, 2023
1 parent 8ba10a4 commit 39ff394
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
sleep 2
curl -X POST -F 'requirements=@requirements.yml' http://127.0.0.1:3030/sync/
sleep 30
ansible-galaxy collection install -vvv community.postgresql -c -s http://127.0.0.1:3030/
ansible-galaxy collection install --force -vvv community.postgresql -c -s http://127.0.0.1:3030/
wget https://galaxy.ansible.com/download/testing-k8s_demo_collection-0.0.3.tar.gz
ansible-galaxy collection publish -c -s http://127.0.0.1:3030/ testing-k8s_demo_collection-0.0.3.tar.gz -vvvv
macos:
runs-on: macos-latest
strategy:
Expand Down

0 comments on commit 39ff394

Please sign in to comment.