Skip to content

Commit 9722d39

Browse files
committed
ci: Check for proper output
1 parent 2a51683 commit 9722d39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
npm install
123123
npx playwright install
124124
touch .env
125+
echo $MAGENTO_BASE_URL
126+
echo $MAGENTO_MODULE
125127
echo TEST_URL=$MAGENTO_BASE_URL >> .env
126128
echo TEST_TOKEN=loki >> .env
127129
npx playwright test --project=$MAGENTO_MODULE

0 commit comments

Comments
 (0)