Skip to content

Commit

Permalink
Re-run tests if Docker images change (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk authored Jan 30, 2025
1 parent a87ae2f commit 33e6b29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/server-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ dependencies {
}

test {
// Re-run the tests if one of the Docker config files changes
inputs.file("$rootDir/docker-compose.yml")
inputs.dir("$rootDir/.github/workflows")

maxParallelForks = Math.floorDiv(Runtime.runtime.availableProcessors(), 2) + 1
}

Expand Down

0 comments on commit 33e6b29

Please sign in to comment.