Skip to content

Commit

Permalink
fix systems to run tests against repo ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Nov 22, 2022
1 parent e334d75 commit af0a883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/container_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd /dataloader/ && pytest -rxs tests/unit || exit_code=1

## Test Systems
echo "Run unit tests for Systems"
cd /systems && pytest -rxs tests/unit || exit_code=1
cd /systems && ci/test_unit.sh $container $devices || exit_code=1

## Test HugeCTR
if [ "$container" == "merlin-hugectr" ]; then
Expand Down

0 comments on commit af0a883

Please sign in to comment.