experiment: testing

This commit is contained in:
Nicholas Dudfield
2025-08-12 13:11:11 +07:00
parent 788684ca74
commit d8a8030556

View File

@@ -156,6 +156,6 @@ jobs:
- name: Cleanup workspace
run: |
CHECKOUT_PATH="${{ needs.checkout.outputs.checkout_path }}"
PATH="/root/.local/bin:$PATH" python "${CHECKOUT_PATH}.ci/gitea.py" teardown --debug
PATH="/root/.local/bin:$PATH" python "${CHECKOUT_PATH}/.ci/gitea.py" teardown --debug
echo "Cleaning workspace for ${CHECKOUT_PATH}"
rm -rf "${{ github.workspace }}/${CHECKOUT_PATH}"