mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
experiment: testing
This commit is contained in:
3
.github/workflows/build-in-docker.yml
vendored
3
.github/workflows/build-in-docker.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user