We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7425c98 commit 909efa7Copy full SHA for 909efa7
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
- version: 8
13
profile: java8
14
- version: 11
15
- profiles: java11
+ profile: java11
16
runs-on: ubuntu-latest
17
steps:
18
- name: Login to Docker Hub
@@ -37,7 +37,7 @@ jobs:
37
with:
38
cache-read-only: ${{ github.ref != 'refs/heads/Branch_5_0' }}
39
- name: Build with Gradle
40
- run: ./gradlew test -PbuildProfile=java${{ matrix.java.profile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data
+ run: ./gradlew test -PbuildProfile=${{ matrix.java.profile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data
41
- name: Store Report Artifact
42
uses: actions/upload-artifact@v4
43
if: always()
0 commit comments