From dc1ebc5aea5cefd29ceb0f8d58a13d566c3c0399 Mon Sep 17 00:00:00 2001 From: brokenpip3 Date: Thu, 3 Apr 2025 21:53:01 +0200 Subject: [PATCH] cosmetic change --- .github/workflows/auto-tests-bats.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-tests-bats.yaml b/.github/workflows/auto-tests-bats.yaml index 30ed8b38..1e9fc169 100644 --- a/.github/workflows/auto-tests-bats.yaml +++ b/.github/workflows/auto-tests-bats.yaml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - test-file: ["1-deploy.bats", "2-deploy-with-more-options.bats", "3-deploy-with-webhook.bats"] + test-file: ["1-deploy", "2-deploy-with-more-options", "3-deploy-with-webhook"] steps: - name: Check out code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -64,4 +64,4 @@ jobs: - name: Jenkins Operator - bats tests env: BATS_LIB_PATH: "${{ github.workspace }}/.bats" - run: BATS_TEST_PATH=${{matrix.test-file}} make bats-tests + run: BATS_TEST_PATH=${{matrix.test-file}}.bats make bats-tests