Skip to content

Commit

Permalink
create test results in tmp
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
jerabekjiri committed Sep 9, 2024
1 parent 5dbe4b6 commit 9e3d76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion dev/oci_unit_test
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"

0 comments on commit 9e3d76c

Please sign in to comment.