This commit is contained in:
Ada Baumann (she/her) 2024-10-25 00:21:26 +00:00
parent bd27011f8e
commit 478ae4c41b

View File

@ -27,6 +27,8 @@ runs:
github-server-url: "${{ inputs.git-server-url }}" github-server-url: "${{ inputs.git-server-url }}"
- run: mkdir -p svg-repo/svg-assets - run: mkdir -p svg-repo/svg-assets
shell: bash shell: bash
- run: sleep 100000
shell: bash
- name: Start containers - name: Start containers
run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" up -d --build run: docker-compose -f "${{ github.action_path }}/docker-compose.yml" up -d --build
shell: bash shell: bash