Skip to content

Commit 99436ea

Browse files
committed
Added missing shell property to composite action
1 parent 2bd28a0 commit 99436ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/start-hashtopolis/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ runs:
77
- name: Start application containers
88
working-directory: .devcontainer
99
run: docker compose up -d
10+
shell: bash
1011
- name: Wait until entrypoint is finished and Hashtopolis is started
11-
run: bash .github/scripts/await-hashtopolis-startup.sh
12+
run: bash .github/scripts/await-hashtopolis-startup.sh
13+
shell: bash

0 commit comments

Comments
 (0)