Skip to content

Commit

Permalink
fix example path
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed Apr 22, 2024
1 parent 4c9a943 commit ef48447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
run: etc/scripts/github-compile.sh
- name: Build native image executable
run: |
cd examples/helidon-quickstart-mp
cd examples/quickstarts/helidon-quickstart-mp
mvn clean install -Pnative-image -DskipTests
- name: Test native image executable
run: |
Expand Down

0 comments on commit ef48447

Please sign in to comment.