Skip to content

Commit 909efa7

Browse files
committed
Fix wrong profile name
1 parent 7425c98 commit 909efa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- version: 8
1313
profile: java8
1414
- version: 11
15-
profiles: java11
15+
profile: java11
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Login to Docker Hub
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
cache-read-only: ${{ github.ref != 'refs/heads/Branch_5_0' }}
3939
- name: Build with Gradle
40-
run: ./gradlew test -PbuildProfile=java${{ matrix.java.profile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data
40+
run: ./gradlew test -PbuildProfile=${{ matrix.java.profile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data
4141
- name: Store Report Artifact
4242
uses: actions/upload-artifact@v4
4343
if: always()

0 commit comments

Comments
 (0)