Skip to content

Commit

Permalink
Fix the excluded tests for PR environment
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 committed Feb 14, 2024
1 parent 0e7deb0 commit 860e348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ test {
useJUnitPlatform()
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
if (project.hasProperty('notoken')) {
exclude '**/GHRepositoryWrapperTest.java'
exclude '**/TestCommandLine.class'
exclude '**/GHRepositoryWrapperTest.*'
exclude '**/TestCommandLine.*'
print 'Skipping tests that require a GitHub token'
}
}
Expand Down

0 comments on commit 860e348

Please sign in to comment.