From 303a476a5397e54541a639357923f04599adfae2 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Tue, 12 Aug 2025 13:05:50 +0700 Subject: [PATCH] experiment: testing --- .github/workflows/build-in-docker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-in-docker.yml b/.github/workflows/build-in-docker.yml index 6edd14f14..fbf75d468 100644 --- a/.github/workflows/build-in-docker.yml +++ b/.github/workflows/build-in-docker.yml @@ -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