chore: fix microsoft/playwright-github-action error (#1534)

This commit is contained in:
沈唁 2021-03-11 16:13:08 +08:00 committed by GitHub
parent 756c79ff8a
commit b8653e1f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
run: npm run test:unit -- -ci --runInBand
- name: integration tests
run: npm run test:integration -- -ci --runInBand
- uses: microsoft/playwright-github-action@v1.3.0
- uses: microsoft/playwright-github-action@v1
- name: e2e tests
run: npm run test:e2e -- --ci --runInBand
- name: Upload artifacts (diff output)