File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 4141 - run : python -m pip install --upgrade wheel "poetry==1.4.0" poethepoet
4242 - run : poetry install --with pydantic --with dsl --with encryption
4343 - 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
4647
4748 # On latest, run gevent test
4849 - name : Gevent test
5152 poetry install --with gevent
5253 poetry run python gevent_async/test/run_combined.py
5354
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