We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440f1f6 commit b968d3cCopy full SHA for b968d3c
1 file changed
.github/workflows/maven.yml
@@ -33,9 +33,6 @@ jobs:
33
- uses: actions/setup-node@v3
34
with:
35
node-version: 14
36
- - run: npm i -g npm@5
37
- - run: npm ci
38
- - run: npm run build
39
- run: npx playwright install --with-deps ${{ matrix.browser }} chromium
40
- run: npm run test -- --project=${{ matrix.browser }}
41
shell: bash
0 commit comments