From d260a1c08a812048b1bdebae1c66a01c086d3bcf Mon Sep 17 00:00:00 2001 From: Christoph Hamsen Date: Mon, 5 Feb 2024 12:14:16 +0100 Subject: [PATCH] ci: fix job names --- .github/workflows/.reusable-integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.reusable-integration-test.yml b/.github/workflows/.reusable-integration-test.yml index 649fa82..08c98a3 100644 --- a/.github/workflows/.reusable-integration-test.yml +++ b/.github/workflows/.reusable-integration-test.yml @@ -167,7 +167,7 @@ jobs: name: Setup k8s cluster with: k8s-version: ${{ matrix.k8s-version }} - - name: Run pre-config and workload integration tests + - name: Run basic tests run: | bash tests/integration/main.sh "basic" - name: Display k8s state and logs if integration test failed @@ -220,7 +220,7 @@ jobs: name: Setup k8s cluster with: k8s-version: ${{ matrix.k8s-version }} - - name: Run pre-config and workload integration tests + - name: Run basic tests run: | bash tests/integration/main.sh "basic" - name: Display k8s state and logs if integration test failed