mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
fix(action): missing project directory path for failure inspection (#3825)
This one is missing. First seen here: https://github.com/getsentry/uptime-checker/actions/runs/16429015462/job/46426515654
This commit is contained in:
parent
a2447aa480
commit
d696c202df
@ -174,6 +174,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
echo "::group::Inspect failure - docker compose ps"
|
||||
cd ${{ github.action_path }}
|
||||
docker compose ps
|
||||
echo "::endgroup::"
|
||||
echo "::group::Inspect failure - docker compose logs"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user