Skip to content

Commit

Permalink
use docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed May 2, 2024
1 parent 6350315 commit ce179f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Testcontainers does not work with native-image,
# therefore we're starting a Kafka container manually for the tests
# The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested
docker compose -f graal-native-docker-compose.yaml up -d
docker compose -f .github/workflows/graal-native-docker-compose.yaml up -d
# don't wait for startup - gradle compile takes long enough
./gradlew nativeTest
docker compose -f graal-native-docker-compose.yaml down # is this needed?
docker compose -f .github/workflows/graal-native-docker-compose.yaml down # is this needed?
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* it's not yet clear why it doesn't work in our case.
*
* <p>In CI, this is done in reusable-native-tests.yml. If you want to run the tests locally, you
* need to start the container manually: see reusable-native-tests.yml for the command.
* need to start the container manually: see .github/workflows/reusable-native-tests.yml for the command.
*/
@EnabledInNativeImage // see JvmMongodbSpringStarterSmokeTest for the JVM test
@EnabledInGithubActions
Expand Down

0 comments on commit ce179f0

Please sign in to comment.