Skip to content

Commit

Permalink
Remove outdated (and no longer used) command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Dec 15, 2023
1 parent 98645f8 commit 7be8c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
- name: Build with Gradle
run: ./gradlew test -PbuildProfile=java11 -Ptest.dbondocker=true -Ptest.db.dir=/firebird/data
run: ./gradlew test -Ptest.dbondocker=true -Ptest.db.dir=/firebird/data
- name: Cleanup Gradle Cache
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
Expand Down

0 comments on commit 7be8c5a

Please sign in to comment.