Skip to content

Commit 49a791a

Browse files
committed
Fix e2e workflow
1 parent df40964 commit 49a791a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ jobs:
100100
if: runner.os != 'Windows'
101101
shell: bash
102102
run: |
103-
chmod +x spring-shell-samples/build/native/nativeCompile/spring-shell-samples
103+
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
104105
- name: run e2e tests
105106
working-directory: e2e/spring-shell-e2e-tests
106107
run: |

0 commit comments

Comments
 (0)