diff --git a/.github/workflows/ci_full.yml b/.github/workflows/ci_full.yml index 51d82c4b61..61501447eb 100644 --- a/.github/workflows/ci_full.yml +++ b/.github/workflows/ci_full.yml @@ -104,7 +104,7 @@ jobs: continue-on-error: true run: >- curl -v --user "${{ vars.PDE_ORG_RESULTS_AGGREGATOR_UPLOAD_USER }}:${{ secrets.PDE_ORG_RESULTS_UPLOAD_PASSWORD }}" - --form "xunit_xml=@galaxy_ng-test-results.xml" + --form "xunit_xml=@/tmp/galaxy_ng-test-results.xml" --form "component_name=hub" --form "git_commit_sha=${{ github.sha }}" --form "git_repository_url=https://github.com/${{ github.repository }}" diff --git a/dev/oci_unit_test b/dev/oci_unit_test index 57dbff6204..3f24911136 100755 --- a/dev/oci_unit_test +++ b/dev/oci_unit_test @@ -44,5 +44,5 @@ oci-env -e ${env_path} compose exec pulp /bin/bash -c \ " source /opt/oci_env/base/container_scripts/configure_pulp_smash.sh cd /src/galaxy_ng - sudo -u pulp -E PULP_DATABASES__default__USER=postgres pytest --capture=no -v -r sx --color=yes --pyargs ${unit_tests} + sudo -u pulp -E PULP_DATABASES__default__USER=postgres pytest --capture=no -v -r sx --color=yes --junit-xml=/tmp/galaxy_ng-test-results.xml --pyargs ${unit_tests} "