Skip to content

Commit 4ae9e72

Browse files
committed
fix: add a step to output pytest error message
1 parent ba6af99 commit 4ae9e72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
WA_CONFIG_ACTION: ${{secrets.WA_CONFIG_ACTION}}
3636
run: |
3737
python -m assistant_skill_analysis.utils.parse_secret
38+
- name: Output error message
39+
run: |
40+
pytest tests || true
3841
- name: unittest
3942
run: |
4043
pytest tests

0 commit comments

Comments
 (0)