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