Skip to content

Commit 9a26d1c

Browse files
committed
syntax fix
1 parent e06acae commit 9a26d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/start-hashtopolis/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
steps:
1313
- name: Start application containers
1414
working-directory: .devcontainer
15-
run: docker compose -f docker-compose.${{ inputs.db_system }}.yml
15+
run: docker compose -f docker-compose.${{ inputs.db_system }}.yml up
1616
shell: bash
1717
- name: Install composer dependencies packages
1818
run: docker exec hashtopolis-server-dev composer install --working-dir=/var/www/html/

0 commit comments

Comments
 (0)