Skip to content

Commit

Permalink
Update pull request test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorHack committed Oct 3, 2024
1 parent 0490170 commit 90766d2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/gha_workflow_llama_models_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,7 @@ jobs:
if: github.event_name == 'pull_request_target'
run: |
echo "[STEP]Running Tokenizer tests on Self-Hosted k8s ARC Runner"
python3 -m pytest models/llama3/api/test_tokenizer.py
- name: Run tool utils tests
id: run_tests_tool_utils
if: github.event_name == 'pull_request_target'
run: |
echo "[STEP] Running tool utils test on Self-Hosted k8s ARC Runner"
cd $GITHUB_WORKSPACE && python3 -m unittest models/llama3/tests/api/test_tool_utils.py --junitxml="$GITHUB_WORKSPACE/result.xml"
python3 -m pytest models/llama3/ --junitxml="${{ github.workspace }}/result.xml"
#### Create test summary ####

Expand Down

0 comments on commit 90766d2

Please sign in to comment.