Skip to content

Commit 56bfb6e

Browse files
committed
Use same syntax for run
1 parent 257e822 commit 56bfb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
cache-read-only: ${{ github.ref != 'refs/heads/master' }}
5555
- 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
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
5757
- name: Store Report Artifact
5858
uses: actions/upload-artifact@v7
5959
if: always()

0 commit comments

Comments
 (0)