Skip to content

Commit

Permalink
Renamed task to health-check and added it as first command in test-al…
Browse files Browse the repository at this point in the history
…l task

Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
PrateekKumar1709 committed Aug 25, 2024
1 parent f688aa6 commit 138f137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/odr_api/tests/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tasks:
test-all:
desc: Run all tests in order
cmds:
- task: health-check
- task: test-integration
vars: {CLI_ARGS: 'all'}

Expand All @@ -30,3 +31,8 @@ tasks:
desc: Display help information about using the test suite
cmds:
- python modules/odr_api/tests/integration/run_integration.py --help

health-check:
desc: Run smoke test for the API
cmds:
- pytest -s modules/odr_api/tests/integration/models/test_health.py

0 comments on commit 138f137

Please sign in to comment.