This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user