Skip to content

Commit 2047a8d

Browse files
committed
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'
1 parent 756c79f commit 2047a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm run test:unit -- -ci --runInBand
3232
- name: integration tests
3333
run: npm run test:integration -- -ci --runInBand
34-
- uses: microsoft/playwright-github-action@v1.3.0
34+
- uses: microsoft/playwright-github-action@v1
3535
- name: e2e tests
3636
run: npm run test:e2e -- --ci --runInBand
3737
- name: Upload artifacts (diff output)

0 commit comments

Comments
 (0)