From 71d8357d4d45510990189cfaeb977a8e209087aa Mon Sep 17 00:00:00 2001 From: shujaat81 Date: Sun, 26 Jan 2025 22:25:33 +0530 Subject: [PATCH 1/2] testing if rulecheck working on test job fail --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dce2f3b..60ca739 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: run: mkdir -p ci_cd/logs - name: Run unit tests - run: pytest -v tests/units/ > ci_cd/logs/unit_test_log.txt + run: pytest -v tests/unitso/ > ci_cd/logs/unit_test_log.txt - name: Run integration tests run: pytest -v tests/integration/ > ci_cd/logs/integration_test_log.txt From 5f089bf0828efb04b64b2957b9f64eecf5d182a1 Mon Sep 17 00:00:00 2001 From: shujaat81 Date: Sun, 26 Jan 2025 22:26:32 +0530 Subject: [PATCH 2/2] testing --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 60ca739..3c5b930 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: run: mkdir -p ci_cd/logs - name: Run unit tests - run: pytest -v tests/unitso/ > ci_cd/logs/unit_test_log.txt + run: pytest -v tests/unit/ > ci_cd/logs/unit_test_log.txt - name: Run integration tests run: pytest -v tests/integration/ > ci_cd/logs/integration_test_log.txt