Skip to content

Commit

Permalink
chore: fix microsoft/playwright-github-action error
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
sy-records committed Mar 9, 2021
1 parent 756c79f commit 2047a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2047a8d

Please sign in to comment.