We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756c79f commit b8653e1Copy full SHA for b8653e1
.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