Skip to content

Commit

Permalink
tmp: don't run native image test on akka snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Aug 19, 2024
1 parent 2b89a74 commit 8856118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
# This will likely be quite noisy, logging failures to connect to restaurant-drone-deliveries service
target/native-image/local-drone-control &
DRONE_CONTROL_PID=$!
sbt "Test/runMain drones.DroneClientTestApp 127.0.0.1 8080" -Dakka-projection.version=`cat ~/.version` -Dakka.fail-mixed-versions=off
# sbt "Test/runMain drones.DroneClientTestApp 127.0.0.1 8080" -Dakka-projection.version=`cat ~/.version` -Dakka.fail-mixed-versions=off
kill -9 $DRONE_CONTROL_PID
- name: Set up GraalVM 21
Expand Down

0 comments on commit 8856118

Please sign in to comment.