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:
Reinaldy Rafli 2025-07-22 18:12:20 +07:00 committed by GitHub
parent a2447aa480
commit d696c202df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"