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 2bd28a0 commit 99436eaCopy full SHA for 99436ea
.github/actions/start-hashtopolis/action.yml
@@ -7,5 +7,7 @@ runs:
7
- name: Start application containers
8
working-directory: .devcontainer
9
run: docker compose up -d
10
+ shell: bash
11
- name: Wait until entrypoint is finished and Hashtopolis is started
- run: bash .github/scripts/await-hashtopolis-startup.sh
12
+ run: bash .github/scripts/await-hashtopolis-startup.sh
13
0 commit comments