mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-04 17:26:39 +00:00
experiment: testing
This commit is contained in:
8
.github/workflows/build-in-docker.yml
vendored
8
.github/workflows/build-in-docker.yml
vendored
@@ -58,8 +58,14 @@ jobs:
|
||||
pipx install "conan<2.0"
|
||||
/root/.local/bin/conan --version # PATH doesn't seem to be set correctly
|
||||
|
||||
- name: Verify Gitea
|
||||
- name: Teardown && Verify Gitea
|
||||
run: |
|
||||
PATH="/root/.local/bin:$PATH" python .ci/gitea.py teardown --debug || true
|
||||
PATH="/root/.local/bin:$PATH" python .ci/gitea.py verify --debug || PATH="/root/.local/bin:$PATH" python .ci/gitea.py setup --debug
|
||||
|
||||
- name: Setup network
|
||||
run: |
|
||||
PATH="/root/.local/bin:$PATH" python .ci/gitea.py teardown --debug || true
|
||||
PATH="/root/.local/bin:$PATH" python .ci/gitea.py verify --debug || PATH="/root/.local/bin:$PATH" python .ci/gitea.py setup --debug
|
||||
|
||||
- name: Test Gitea from build container
|
||||
|
||||
Reference in New Issue
Block a user