Update .gitea/workflows/test.yml
Run CI Tests / test (push) Failing after 2m29s

This commit is contained in:
2025-08-26 11:31:25 +02:00
parent 0942c52caa
commit 2224723bc0
+4 -4
View File
@@ -16,7 +16,7 @@ jobs:
ref: main
path: test-ci
- name: Run reusable pytest-ci action
- name: Follow Code Progress
uses: ./test-ci
with:
ci-branch: test_actions_on_utils
@@ -121,7 +121,7 @@ jobs:
run: |
./temp-ci/give_runs_log.sh "outputs/ci-tooling.log"
- name: Run command shell before pytest
- name: Run command shell before tests
run: |
./temp-ci/give_runs_log.sh "outputs/custom-shell-before.log"
@@ -129,11 +129,11 @@ jobs:
run: |
./temp-ci/give_runs_log.sh "outputs/test-ci.log"
- name: Tests prints
- name: Capture Test Prints
run: |
./temp-ci/give_runs_log.sh "outputs/test-prints.log"
- name: Run command shell after pytest
- name: Run command shell after tests
run: |
./temp-ci/give_runs_log.sh "outputs/custom-shell-after.log"