Skip to content

Commit

Permalink
fix nala project names
Browse files Browse the repository at this point in the history
  • Loading branch information
afmicka committed Dec 12, 2024
1 parent 7c162e3 commit 21bb181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nala/utils/pr.run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21bb181

Please sign in to comment.