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 fb70714 commit 7861d4dCopy full SHA for 7861d4d
.github/actions/start-hashtopolis/action.yml
@@ -14,9 +14,10 @@ runs:
14
working-directory: .github
15
run: docker compose -f docker-compose.${{ inputs.db_system }}.yml up -d
16
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
+# should not be needed anymore as it is installed during build
+# - name: Install composer dependencies packages
+# run: docker exec hashtopolis-server-dev composer install --working-dir=/var/www/html/
20
+# shell: bash
21
- name: Wait until entrypoint is finished and Hashtopolis is started
22
run: bash .github/scripts/await-hashtopolis-startup.sh
23
0 commit comments