Skip to content

Commit

Permalink
Update the executable name in graalpy-micronaut-guide.yml and graalpy…
Browse files Browse the repository at this point in the history
…-spring-boot-guide.yml
  • Loading branch information
steve-s committed Sep 30, 2024
1 parent 2dc7b59 commit fd402d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-micronaut-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cd graalpy/graalpy-micronaut-guide
./mvnw --no-transfer-progress clean package -DskipTests -Dpackaging=native-image
./target/demo &
./target/graalpy-micronaut &
mnpid="$!"
sleep 20
curl -s -D - -o /dev/null http://localhost:8080/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-spring-boot-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
cd graalpy/graalpy-spring-boot-guide
./mvnw --no-transfer-progress clean -DskipTests -Pnative native:compile
./target/demo &
./target/graalpyspringboot &
sbpid="$!"
sleep 20
curl -s -D - -o /dev/null http://localhost:8080/
Expand Down

0 comments on commit fd402d2

Please sign in to comment.