Skip to content

Commit

Permalink
[skip ci] Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: gabalafou <gabriel@fouasnon.com>
  • Loading branch information
fcollonval and gabalafou authored May 25, 2024
1 parent 53ba8be commit 69794dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
set -eux
yarn build
npx playwright install ${{ matrix.browser }}
yarn playwright install ${{ matrix.browser }}
- name: Run Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you have never installed playwright before or updated it, you need to install
by executing:

```bash
npx playwright install
yarn playwright install
```

To run the tests, run:
Expand Down

0 comments on commit 69794dd

Please sign in to comment.