Skip to content

Commit 7861d4d

Browse files
committed
comment out unnecessary part
1 parent fb70714 commit 7861d4d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ runs:
1414
working-directory: .github
1515
run: docker compose -f docker-compose.${{ inputs.db_system }}.yml up -d
1616
shell: bash
17-
- name: Install composer dependencies packages
18-
run: docker exec hashtopolis-server-dev composer install --working-dir=/var/www/html/
19-
shell: bash
17+
# should not be needed anymore as it is installed during build
18+
# - name: Install composer dependencies packages
19+
# run: docker exec hashtopolis-server-dev composer install --working-dir=/var/www/html/
20+
# shell: bash
2021
- name: Wait until entrypoint is finished and Hashtopolis is started
2122
run: bash .github/scripts/await-hashtopolis-startup.sh
2223
shell: bash

0 commit comments

Comments
 (0)