cosmetic change

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

View File

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