Skip to content

Commit

Permalink
restored pytest line with results specified
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry.McGuinness authored and Terry.McGuinness committed Jun 27, 2024
1 parent 445658b commit 047a71b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci_uint_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ jobs:
git submodule update --init --recursive
./link_workflow.sh
cd $GITHUB_WORKSPACE/ci/scripts/tests
echo "EXPDIR: ${EXPDIR}"
#pytest -v --junitxml $GITHUB_WORKSPACE/ci/scripts/tests/test-results.xml
pytest -v -k test_rocoto_done
pytest -v -k test_rocoto_stalled
pytest -v -k test_setup_exp
pytest -v -k test_setup_xml
pytest -v --junitxml $GITHUB_WORKSPACE/ci/scripts/tests/test-results.xml
- name: Publish Test Results
Expand Down

0 comments on commit 047a71b

Please sign in to comment.