Skip to content

Commit

Permalink
Fixed yaml syntax error in start-hashtopolis action
Browse files Browse the repository at this point in the history
  • Loading branch information
jessevz committed Jan 16, 2025
1 parent 94e16cf commit 2bd28a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/actions/start-hashtopolis/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: Starts application containers and waits for Hashtopolis to be ready

runs:
using: "composite"
steps:
- name: Start application containers
working-directory: .devcontainer
run: docker compose up -d
- name: Wait until entrypoint is finished and Hashtopolis is started
run: bash .github/scripts/await-hashtopolis-startup.sh
steps:
- name: Start application containers
working-directory: .devcontainer
run: docker compose up -d
- name: Wait until entrypoint is finished and Hashtopolis is started
run: bash .github/scripts/await-hashtopolis-startup.sh

0 comments on commit 2bd28a0

Please sign in to comment.