Skip to content

Commit

Permalink
Fix CLI call
Browse files Browse the repository at this point in the history
  • Loading branch information
C-K-Loan committed Apr 9, 2024
1 parent 335483a commit 859cde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nlu_test_flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Run one test per lib
if: always()
run: |
python tests/run_tests.py --test_type one_per_lib
python tests/run_tests.py one_per_lib
- name: Run all tests
if: always()
run: |
python tests/run_tests.py
python tests/run_tests.py all

0 comments on commit 859cde4

Please sign in to comment.