From 21bb1810d104c1805de3039534782a1852621463 Mon Sep 17 00:00:00 2001 From: cod23684 Date: Thu, 12 Dec 2024 18:59:06 +0100 Subject: [PATCH] fix nala project names --- nala/utils/pr.run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nala/utils/pr.run.sh b/nala/utils/pr.run.sh index c36507a..ca3f028 100644 --- a/nala/utils/pr.run.sh +++ b/nala/utils/pr.run.sh @@ -73,7 +73,7 @@ npx playwright install --with-deps # Run Playwright tests on the specific projects using root-level playwright.config.js # This will be changed later echo "*** Running tests on specific projects ***" -npx playwright test --config=./playwright.config.js ${TAGS} ${EXCLUDE_TAGS} --project=milo-live-chromium --project=milo-live-firefox --project=milo-live-webkit ${REPORTER} || EXIT_STATUS=$? +npx playwright test --config=./playwright.config.js ${TAGS} ${EXCLUDE_TAGS} --project=mas-live-chromium --project=mas-live-firefox --project=mas-live-webkit ${REPORTER} || EXIT_STATUS=$? # Check if tests passed or failed if [ $EXIT_STATUS -ne 0 ]; then