From c76fed0e69c23e07db854ff66def824f84407ece Mon Sep 17 00:00:00 2001 From: Freddy Heppell Date: Tue, 17 Dec 2024 10:21:35 +0000 Subject: [PATCH] Fix name of integration tests --- .github/workflows/test_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 8795011..64a2863 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -1,4 +1,4 @@ -name: Test +name: Integration Test on: [workflow_dispatch] @@ -6,7 +6,7 @@ permissions: contents: read jobs: - test: + integ_test: runs-on: ubuntu-latest strategy: