Skip to content

Commit

Permalink
feat(agora): commands to run all Agora tests (AG-1555) (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagely1 authored Oct 8, 2024
1 parent 7b68e3c commit 2b393c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ function agora-build-images {
nx run-many --target=build-image --projects=agora-* --parallel=3
}

function agora-test {
nx run-many --target=test --projects=agora-* --parallel=10
}

function agora-test-affected {
nx affected --target=test --projects=agora-* --parallel=10
}

function model-ad-build-images {
nx run-many --target=build-image --projects=model-ad-* --parallel=3
}
Expand Down

0 comments on commit 2b393c9

Please sign in to comment.