From d2cf320f0db204f7c0dadbe4f07a7911da4854ca Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Sat, 22 Jun 2024 20:57:49 +0200 Subject: [PATCH] Add CLI tests to runner --- .github/workflows/run-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a6c7621..1fd7527 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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