From 50c723cfe37cbd266c08cc6f6f39c5376d442d89 Mon Sep 17 00:00:00 2001 From: Okesanya Odunayo <94924061+DrInTech22@users.noreply.github.com> Date: Sat, 24 Aug 2024 16:22:12 +0100 Subject: [PATCH] Update regression workflow --- .github/workflows/regression-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression-test.yml b/.github/workflows/regression-test.yml index f557f679..7ca436d9 100644 --- a/.github/workflows/regression-test.yml +++ b/.github/workflows/regression-test.yml @@ -24,7 +24,7 @@ jobs: - name: Run Newman Tests run: | - newman run qa_tests/regression/Core_Product.postman_collection.json -r json --reporter-json-export=result.json --suppress-exit-code + newman run qa_tests/Boilerplate-status-page.postman_collection.json -r json --reporter-json-export=result.json --suppress-exit-code - name: Copy result.json to server uses: appleboy/scp-action@v0.1.7