We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf32033 commit a7d2420Copy full SHA for a7d2420
.github/workflows/node-build.yml
@@ -26,3 +26,8 @@ jobs:
26
run: |
27
npm install
28
npm run build
29
+
30
+ - name: Test
31
+ run: |
32
+ npx playwright install --with-deps
33
+ npm test
0 commit comments