Skip to content

Commit 82f2093

Browse files
committed
chore(gha): remove running tests on NetBox 4.2.3
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 758cd25 commit 82f2093

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
strategy:
2727
matrix:
2828
python: [ "3.10" ]
29-
netbox: [ "", "v4.2.3" ]
3029
steps:
3130
- name: Checkout
3231
uses: actions/checkout@v4
@@ -48,7 +47,7 @@ jobs:
4847
- name: Test
4948
id: test
5049
run: |
51-
make NETBOX_VERSION=${{ matrix.netbox }} docker-compose-netbox-plugin-test-cover
50+
make docker-compose-netbox-plugin-test-cover
5251
continue-on-error: true
5352
- name: Check results
5453
if: always()

0 commit comments

Comments
 (0)