experiment: testing

This commit is contained in:
Nicholas Dudfield
2025-08-12 13:05:50 +07:00
parent 80fbf9e2d0
commit 303a476a53

View File

@@ -146,7 +146,7 @@ jobs:
working-directory: ${{ needs.checkout.outputs.checkout_path }}
steps:
- name: Unit tests
run: /bin/bash docker-unit-tests.sh
run: echo /bin/bash docker-unit-tests.sh
cleanup:
runs-on: [self-hosted, vanity]
@@ -158,3 +158,4 @@ jobs:
CHECKOUT_PATH="${{ needs.checkout.outputs.checkout_path }}"
echo "Cleaning workspace for ${CHECKOUT_PATH}"
rm -rf "${{ github.workspace }}/${CHECKOUT_PATH}"
PATH="/root/.local/bin:$PATH" python .ci/gitea.py teardown --debug