From d1c8fabe59b0e24d9175179c789f24375296db7e Mon Sep 17 00:00:00 2001 From: shujaat81 Date: Sun, 26 Jan 2025 22:21:10 +0530 Subject: [PATCH] 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 5d3d4a4..dce2f3b 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/unitss/ > ci_cd/logs/unit_test_log.txt + run: pytest -v tests/units/ > ci_cd/logs/unit_test_log.txt - name: Run integration tests run: pytest -v tests/integration/ > ci_cd/logs/integration_test_log.txt