Skip to content

Commit f7b722a

Browse files
committed
pin integration test versions instead of latest
1 parent 04df171 commit f7b722a

File tree

74 files changed

+4
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
VERSION: "v2.11"
5353
INTEGRATION_TESTS: "v2.11"
5454
- python-version: 3.6
55-
VERSION: "latest"
56-
INTEGRATION_TESTS: "latest"
55+
VERSION: "v3.0"
56+
INTEGRATION_TESTS: "v3.0"
5757
steps:
5858
- name: Checkout repo
5959
uses: actions/checkout@v2
@@ -106,6 +106,7 @@ jobs:
106106
cd ..
107107
git clone https://github.com/netbox-community/netbox-docker.git
108108
cd netbox-docker
109+
git checkout 1.3.1
109110
tee docker-compose.override.yml <<EOF
110111
version: '3.4'
111112
services:
@@ -116,7 +117,7 @@ jobs:
116117
docker-compose up -d --quiet-pull
117118
docker container ls
118119
cd ..
119-
if: matrix.VERSION == 'latest'
120+
if: matrix.VERSION == 'v3.0'
120121
- name: Install and configure Poetry
121122
uses: snok/install-poetry@v1.1.1
122123
with:

0 commit comments

Comments
 (0)