diff --git a/.github/actions/start-hashtopolis/action.yml b/.github/actions/start-hashtopolis/action.yml index 89f0b4a3..d541e318 100644 --- a/.github/actions/start-hashtopolis/action.yml +++ b/.github/actions/start-hashtopolis/action.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file