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 c3c0209 commit 73b1bdcCopy full SHA for 73b1bdc
.github/actions/start-hashtopolis/action.yml
@@ -12,7 +12,7 @@ runs:
12
steps:
13
- name: Start application containers
14
working-directory: .devcontainer
15
- run: docker compose up -f docker-compose.${{ env.INPUT_DB_SYSTEM }}.yml
+ run: docker compose -f docker-compose.${{ github.event.inputs.db_system }}.yml -f
16
shell: bash
17
- name: Install composer dependencies packages
18
run: docker exec hashtopolis-server-dev composer install --working-dir=/var/www/html/
0 commit comments