Skip to content

Commit

Permalink
Added missing shell property to composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevz committed Jan 16, 2025
1 parent 2bd28a0 commit 99436ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/start-hashtopolis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ runs:
- name: Start application containers
working-directory: .devcontainer
run: docker compose up -d
shell: bash
- name: Wait until entrypoint is finished and Hashtopolis is started
run: bash .github/scripts/await-hashtopolis-startup.sh
run: bash .github/scripts/await-hashtopolis-startup.sh
shell: bash

0 comments on commit 99436ea

Please sign in to comment.