Skip to content

Commit f4cb235

Browse files
committed
Update ci.yml
1 parent bdcbdcc commit f4cb235

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ jobs:
109109
- name: Build Docker test image
110110
run: make docker
111111

112+
- name: Make shellspec executable
113+
run: chmod +x ./shellspec
114+
112115
- name: Run ShellSpec tests in Docker
113116
run: make spec
114117

0 commit comments

Comments
 (0)