Skip to content

Commit 0b7981c

Browse files
committed
fix: remove temp error message step
1 parent 415a869 commit 0b7981c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
WA_CONFIG_ACTION: ${{secrets.WA_CONFIG_ACTION}}
3737
run: |
3838
python -m assistant_skill_analysis.utils.parse_secret
39-
- name: Output error message
40-
run: |
41-
pytest tests || true
4239
- name: unittest
4340
run: |
4441
pytest tests

0 commit comments

Comments
 (0)