Skip to content

Commit

Permalink
Add CLI tests to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Jun 22, 2024
1 parent 622a02e commit d2cf320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
env:
DOTENV: ${{ secrets.DOTENV }}
run: echo "$DOTENV" > tests/.env
- name: Run CLI tests
timeout-minutes: 30
run: cd tests && python test_cli.py -v
- name: Run sandbox tests
timeout-minutes: 30
run: cd tests && python test_sandbox.py -v
Expand Down

0 comments on commit d2cf320

Please sign in to comment.