diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f747c679844..d2c339ad12e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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: |