From 2047a8d060bcb1b6a0685cc6028f3d08994adf76 Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Tue, 9 Mar 2021 17:02:03 +0800 Subject: [PATCH] chore: fix microsoft/playwright-github-action error E: Unable to locate package libevent-2.1-6 E: Couldn't find any package by glob 'libevent-2.1-6' E: Couldn't find any package by regex 'libevent-2.1-6' --- .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 296b8d7ed..e454085e7 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)