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