cosmetic change
This commit is contained in:
parent
eeae36dd60
commit
dc1ebc5aea
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
|
|
@ -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}}.bats make bats-tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue