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 257e822 commit 56bfb6eCopy full SHA for 56bfb6e
.github/workflows/run-tests.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
55
- name: Build with Gradle
56
- run: ./gradlew test -PbuildProfile=${{ matrix.java.buildProfile }} -PtestProfile=${{ matrix.java.testProfile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data -Ptest.event.available=true -Ptest.db.mapped=$GITHUB_WORKSPACE/db-data
+ run: ./gradlew test -PbuildProfile=${{ matrix.java.buildProfile }} -PtestProfile=${{ matrix.java.testProfile }} -Ptest.dbondocker=true -Ptest.db.dir=/var/lib/firebird/data -Ptest.event.available=true -Ptest.db.mapped=${{ github.workspace }}/db-data
57
- name: Store Report Artifact
58
uses: actions/upload-artifact@v7
59
if: always()
0 commit comments