Skip to content

Commit

Permalink
fix test reporting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Sep 12, 2024
1 parent 949e456 commit 10b80f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
# run test
echo "running tests..."
rm -rf src
make test || SUCCESS=$?
pytest tests --junitxml=test-results/report.xml || SUCCESS=$?
echo "status=${SUCCESS}" >> "$GITHUB_OUTPUT"
deactivate
exit ${SUCCESS}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
testmo_url: https://neuralmagic.testmo.net
testmo_token: ${{ secrets.TESTMO_TEST_TOKEN }}
testmo_run_id: ${{ inputs.testmo_run_id }}
results: llm-compressor/test-results
results: test-results
step_status: ${{ steps.test.outputs.status }}

- name: summary
Expand Down

0 comments on commit 10b80f8

Please sign in to comment.