diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 1f138317d..a65af029f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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"