From 69794dd4971e2eb538933f571f4dccb06a0b14d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Sat, 25 May 2024 18:02:56 +0200 Subject: [PATCH] [skip ci] Apply suggestions from code review Co-authored-by: gabalafou --- .github/workflows/tests.yml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d40fa8190..866765aa2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: run: | set -eux yarn build - npx playwright install ${{ matrix.browser }} + yarn playwright install ${{ matrix.browser }} - name: Run Tests run: | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2df276ac..1e5d8d040 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: