Skip to content

Commit bdc87bb

Browse files
committed
ping netbox versions in integration/unit testing
1 parent 527a2e1 commit bdc87bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
version: '3.4'
7474
services:
7575
netbox:
76+
image: netboxcommunity/netbox:v2.10
7677
ports:
7778
- 32768:8080
7879
EOF
@@ -92,6 +93,7 @@ jobs:
9293
version: '3.4'
9394
services:
9495
netbox:
96+
image: netboxcommunity/netbox:v2.11
9597
ports:
9698
- 32768:8080
9799
EOF
@@ -111,6 +113,7 @@ jobs:
111113
version: '3.4'
112114
services:
113115
netbox:
116+
image: netboxcommunity/netbox:v3.0
114117
ports:
115118
- 32768:8080
116119
EOF

0 commit comments

Comments
 (0)