File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 68
68
docker-compose up -d --quiet-pull
69
69
docker container ls
70
70
cd ..
71
+ - name : Install and configure Poetry
72
+ uses : snok/install-poetry@v1.1.1
73
+ with :
74
+ virtualenvs-create : false
75
+ - name : Install Python packages
76
+ run : poetry install
71
77
- name : Build and install collection
72
78
run : |
73
79
ansible-galaxy collection build .
78
84
docker logs netbox-docker_netbox_1
79
85
timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:32768)" != "200" ]]; do echo "waiting for Netbox"; sleep 5; done' || false
80
86
working-directory : /home/runner/.ansible/collections/ansible_collections/netbox/netbox
81
- - name : Install and configure Poetry
82
- uses : snok/install-poetry@v1.1.1
83
- with :
84
- virtualenvs-create : false
85
- - name : Install Python packages
86
- run : poetry install
87
87
- name : Pre-populate NetBox
88
88
run : ./tests/integration/netbox-deploy.py
89
89
working-directory : /home/runner/.ansible/collections/ansible_collections/netbox/netbox
You can’t perform that action at this time.
0 commit comments