From 49a791a0fa0afcfb78911a8a5eb281e4e5770a31 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 26 Jun 2023 07:28:19 +0100 Subject: [PATCH] Fix e2e workflow --- .github/workflows/e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 2315ed64..ec1d2918 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -100,7 +100,8 @@ jobs: if: runner.os != 'Windows' shell: bash run: | - chmod +x spring-shell-samples/build/native/nativeCompile/spring-shell-samples + chmod +x spring-shell-samples/spring-shell-sample-commands/build/native/nativeCompile/spring-shell-sample-commands + chmod +x spring-shell-samples/spring-shell-sample-e2e/build/native/nativeCompile/spring-shell-sample-e2e - name: run e2e tests working-directory: e2e/spring-shell-e2e-tests run: |