From eeae36dd607a1772ee861f607a200fc96581885a Mon Sep 17 00:00:00 2001 From: brokenpip3 Date: Tue, 1 Apr 2025 21:46:57 +0200 Subject: [PATCH] fixup! --- .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 443ef980..30ed8b38 100644 --- a/.github/workflows/auto-tests-bats.yaml +++ b/.github/workflows/auto-tests-bats.yaml @@ -22,7 +22,7 @@ on: jobs: run-tests: if: github.event.pull_request.draft == false - name: BATS test {{ matrix.test-file }} + name: BATS test ${{ matrix.test-file }} runs-on: ubuntu-latest strategy: fail-fast: false @@ -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}} make bats-tests