Skip to content

Commit

Permalink
Only one test output
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Nov 26, 2020
1 parent 25f7a60 commit bca8465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-testutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
source env/bin/activate
pip install -e .
pytest volttrontesting/testutils/test_docker_wrapper.py -o junit_family=xunit2 --junitxml=output/test-testutils-${{matrix.os}}-${{ matrix.python-version }}-results.xml
pytest volttrontesting/testutils/test_frame_serialization.py -o junit_family=xunit2 --junitxml=output/test-testutils-${{matrix.os}}-${{ matrix.python-version }}-results.xml
- name: Archive test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit bca8465

Please sign in to comment.