File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 41
41
- run : python -m pip install --upgrade wheel "poetry==1.4.0" poethepoet
42
42
- run : poetry install --with pydantic --with dsl --with encryption
43
43
- run : poe lint
44
- - run : poe test -s -o log_cli_level=DEBUG
45
- - run : poe test -s -o log_cli_level=DEBUG --workflow-environment time-skipping
44
+ - run : mkdir junit-xml
45
+ - run : poe test -s -o log_cli_level=DEBUG --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}.xml
46
+ - run : poe test -s -o log_cli_level=DEBUG --workflow-environment time-skipping --junit-xml=junit-xml/${{ matrix.python }}--${{ matrix.os }}--time-skipping.xml
46
47
47
48
# On latest, run gevent test
48
49
- name : Gevent test
51
52
poetry install --with gevent
52
53
poetry run python gevent_async/test/run_combined.py
53
54
54
-
55
+ - name : Upload junit-xml artifacts
56
+ uses : actions/upload-artifact@v4
57
+ if : always()
58
+ with :
59
+ name : junit-xml--${{github.run_id}}--${{github.run_attempt}}--${{ matrix.python }}--${{ matrix.os }}
60
+ path : junit-xml
61
+ retention-days : 14
You can’t perform that action at this time.
0 commit comments