mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
chore: fix microsoft/playwright-github-action error (#1534)
This commit is contained in:
parent
756c79ff8a
commit
b8653e1f32
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user