From a42b032c5c8344269bd059f8e136300922e43101 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Tue, 19 Mar 2024 23:38:47 -0500 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 955df13..0e6bde8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,13 +4,13 @@ permissions: contents: read jobs: build: + name: Check Build runs-on: ubuntu-latest env: NETBOX_CONFIGURATION: netbox.configuration_lifecycle strategy: matrix: python-version: ['3.8', '3.9', '3.10', '3.11'] - node-version: ['14.x'] services: redis: image: redis