We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e527805 commit 5c19dc2Copy full SHA for 5c19dc2
1 file changed
.github/workflows/build-test.yml
@@ -24,4 +24,5 @@ jobs:
24
node-version: ${{ matrix.node-version }}
25
- run: npm install
26
- run: npm run build
27
+ - run: npx playwright install
28
- run: npm run test
0 commit comments