fixup!
This commit is contained in:
parent
6ec3c65cd1
commit
eeae36dd60
|
|
@ -22,7 +22,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
run-tests:
|
run-tests:
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
name: BATS test {{ matrix.test-file }}
|
name: BATS test ${{ matrix.test-file }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
@ -64,4 +64,4 @@ jobs:
|
||||||
- name: Jenkins Operator - bats tests
|
- name: Jenkins Operator - bats tests
|
||||||
env:
|
env:
|
||||||
BATS_LIB_PATH: "${{ github.workspace }}/.bats"
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue