File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,25 +43,25 @@ jobs:
43
43
git switch new_branch_for_testing
44
44
contentctl test --verbose --disable-tqdm --no-enable-integration-testing --container-settings.num-containers 2 --post-test-behavior never_pause mode:changes --mode.target-branch ${{ github.base_ref }}
45
45
echo "contentctl test - COMPLETED"
46
- continue-on-error : true
47
46
48
47
# Store test_results/summary.yml and dist/DA-ESS-ContentUpdate-latest.tar.gz to job artifact-test_summary_results.zip
49
48
- name : store_artifacts
49
+ if : always()
50
50
uses : actions/upload-artifact@v4
51
51
with :
52
52
name : test_summary_results
53
53
path : |
54
54
test_results/summary.yml
55
55
dist/DA-ESS-ContentUpdate-latest.tar.gz
56
- continue-on-error : true
57
56
58
57
# Print entire result summary so that the users can view it in the Github Actions logs
59
58
- name : Print entire test_results/summary.yml
59
+ if : always()
60
60
run : cat test_results/summary.yml
61
- continue-on-error : true
62
61
63
62
# Run a simple custom script created to pretty print results in a markdown friendly format in Github Actions Summary
64
63
- name : Check the test_results/summary.yml for pass/fail.
64
+ if : always()
65
65
run : |
66
66
echo "This job will fail if there are failures in unit-testing"
67
67
python .github/workflows/format_test_results.py >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments