Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
roxspring committed Feb 26, 2024
1 parent cc3a8e7 commit 7317532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Test-Gradle-Project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
JVM_ARGS: -Xmx4096m
with:
# License key used to activate the installation
license-key: ${{ secrets.DIFFBLUE_LICENSE_KEY }}
license: ${{ secrets.DIFFBLUE_LICENSE_KEY }}
# Integration test project lives in a subdir
working-directory: ./test/gradle-project
# A patch file representing the pull request changes
patch: .diffblue/cover-github-action.diff
# Add a differentiator based on the matrix
topic-id-differentiator: ${{ matrix.os }}
6 changes: 1 addition & 5 deletions .github/workflows/Test-Maven-Project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ jobs:
JVM_ARGS: -Xmx4096m
with:
# License key used to activate the installation
license-key: ${{ secrets.DIFFBLUE_LICENSE_KEY }}
license: ${{ secrets.DIFFBLUE_LICENSE_KEY }}
# Integration test project lives in a subdir
working-directory: ./test/maven-project
# A patch file representing the pull request changes
patch: .diffblue/cover-github-action.diff
# Add a differentiator based on the matrix
topic-id-differentiator: ${{ matrix.os }}

0 comments on commit 7317532

Please sign in to comment.