We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df40964 commit 49a791aCopy full SHA for 49a791a
.github/workflows/e2e.yml
@@ -100,7 +100,8 @@ jobs:
100
if: runner.os != 'Windows'
101
shell: bash
102
run: |
103
- 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
104
+ chmod +x spring-shell-samples/spring-shell-sample-e2e/build/native/nativeCompile/spring-shell-sample-e2e
105
- name: run e2e tests
106
working-directory: e2e/spring-shell-e2e-tests
107
0 commit comments