From 006b1abb7b5755532e4aae54536f6b1ca8859032 Mon Sep 17 00:00:00 2001 From: Amine GHOZLANE Date: Fri, 29 Nov 2024 15:44:07 +0100 Subject: [PATCH] More verbose and a timeout --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef84f06..7e73510 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,8 @@ jobs: - name: Install the project dependencies run: poetry install --only test -C meteor - name: Run the automated tests (for example) - run: poetry run -C meteor pytest -s -v --cov=meteor --cov-report xml + run: poetry run -C meteor pytest -s -vv --cov=meteor --cov-report xml + timeout-minutes: 15 - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: