Skip to content

Commit 03f1287

Browse files
committed
Update browserstack-ui-tests.yml
1 parent aa73eba commit 03f1287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/browserstack-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
USERNAME: ${{ secrets.TEST_USERNAME }}
6969
PASSWORD: ${{ secrets.TEST_PASSWORD }}
7070
run: |
71-
npx playwright install --with-deps ${matrix.browser}
71+
npx playwright install
7272
npx playwright test --config=playwright.browserstack.config.ts --project=browserstack-${{ matrix.browser }}
7373
7474
- name: Upload BrowserStack Test Results

0 commit comments

Comments
 (0)