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.
2 parents 8633d2a + b8653e1 commit 7e2b84fCopy full SHA for 7e2b84f
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
run: npm run test:unit -- -ci --runInBand
32
- name: integration tests
33
run: npm run test:integration -- -ci --runInBand
34
- - uses: microsoft/playwright-github-action@v1.3.0
+ - uses: microsoft/playwright-github-action@v1
35
- name: e2e tests
36
run: npm run test:e2e -- --ci --runInBand
37
- name: Upload artifacts (diff output)
0 commit comments