Skip to content

Commit

Permalink
chore: fix microsoft/playwright-github-action error (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Mar 11, 2021
1 parent 756c79f commit b8653e1
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

1 comment on commit b8653e1

@vercel
Copy link

@vercel vercel bot commented on b8653e1 Mar 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.