cosmetic change
This commit is contained in:
parent
eeae36dd60
commit
dc1ebc5aea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue