We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c766116 commit 4c68241Copy full SHA for 4c68241
.github/workflows/check.yml
@@ -22,3 +22,6 @@ jobs:
22
23
- name: Run Prettier Check
24
run: pnpm format:check
25
+
26
+ - name: Run Playwright
27
+ run: pnpm test
0 commit comments