Skip to content

Commit

Permalink
🔧 (pro-extension-test.yml): add shell configuration to specify bash a…
Browse files Browse the repository at this point in the history
…s the shell for running tests
  • Loading branch information
Alejandro Alvarez committed Aug 27, 2024
1 parent 294145d commit afaacfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pro-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ jobs:
- name: Run Tests
if: ${{ inputs.nightly }}
shell: bash
run: |
if [ -n "${{ inputs.extraMavenArgs }}" ]; then
mvn -B test -P '${{ inputs.mavenProfiles }}' "${{ inputs.extraMavenArgs }}" "-Dliquibase.version=master-SNAPSHOT"
Expand Down

0 comments on commit afaacfd

Please sign in to comment.