From e3c01b7500a8f884be44cf043f950d37f8671803 Mon Sep 17 00:00:00 2001 From: Gahan Saraiya Date: Thu, 25 Jan 2024 09:51:03 +0530 Subject: [PATCH] Update test-execution.yml --- .github/workflows/test-execution.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-execution.yml b/.github/workflows/test-execution.yml index b89eb54..df96405 100644 --- a/.github/workflows/test-execution.yml +++ b/.github/workflows/test-execution.yml @@ -61,4 +61,5 @@ jobs: python -m poetry install - name: Test Execution of CommonTest with pytest run: | - pytest -q tests/CommonTests.py --junit-xml test-results.xml + pytest -q tests/CommonTests.py +