From e46b65e480704723d97b89d03569748105579d9b Mon Sep 17 00:00:00 2001 From: Benjamin Cook Date: Sun, 12 May 2024 00:44:03 +0000 Subject: [PATCH] Fix github action name --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38de7c6..9876368 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: ANSIBLE_FORCE_COLOR: '1' integration: + name: Integration Test runs-on: ubuntu-latest steps: - name: Check out the codebase.