Skip to content

Commit

Permalink
Fix testing job failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Oct 11, 2024
1 parent 024ef30 commit 751b237
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
# Run tests
- name: Run Tests
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
run: ./gradlew test

# Collect Tests Result of failed tests
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
zipSigner()
instrumentationTools()

testFramework(TestFrameworkType.Platform)
testFramework(TestFrameworkType.Bundled)
}

implementation(files("lib/evosuite-${properties("evosuiteVersion")}.jar"))
Expand Down

0 comments on commit 751b237

Please sign in to comment.