From b8653e1f32557966af95b6f77a70d2ef1904081b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn> Date: Thu, 11 Mar 2021 16:13:08 +0800 Subject: [PATCH] chore: fix microsoft/playwright-github-action error (#1534) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 296b8d7e..e454085e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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)