This commit is contained in:
brokenpip3 2025-04-01 21:46:57 +02:00
parent 6ec3c65cd1
commit eeae36dd60
No known key found for this signature in database
GPG Key ID: 1D9BDC803797B4B6
1 changed files with 2 additions and 2 deletions

View File

@ -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