File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 86
86
cd netbox-docker
87
87
git checkout ${{ matrix.NETBOX_DOCKER_VERSION }}
88
88
cp $GITHUB_WORKSPACE/tests/netbox-docker/${{ matrix.VERSION }}/docker-compose.override.yml docker-compose.override.yml
89
- docker- compose up -d --quiet-pull netbox netbox-worker postgres redis redis-cache
89
+ docker compose up -d --quiet-pull netbox netbox-worker postgres redis redis-cache
90
90
docker container ls
91
91
cd ..
92
92
@@ -112,7 +112,7 @@ jobs:
112
112
- name : Wait for NetBox to be available
113
113
run : |
114
114
docker container ls
115
- docker logs netbox-docker_netbox_1
115
+ docker logs netbox-docker-netbox-1
116
116
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
117
117
working-directory : /home/runner/.ansible/collections/ansible_collections/netbox/netbox
118
118
# if: matrix.VERSION == 'v3.3'
You can’t perform that action at this time.
0 commit comments