Skip to content

Commit e08023a

Browse files
committed
Limit emulator functions for workflow.
1 parent b833084 commit e08023a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build project
3030
run: npm run build
3131
- name: Start Emulator
32-
run: firebase emulators:exec "ls" --project=demo-wordplay
32+
run: firebase emulators:exec "npx playwright test" --project=demo-wordplay --only "firestore,hosting,auth"
3333
- uses: actions/upload-artifact@v4
3434
if: always()
3535
with:

0 commit comments

Comments
 (0)