diff --git a/.github/workflows/deploy-on-commit.yml b/.github/workflows/deploy-on-commit.yml index cc063ca75..406f93369 100644 --- a/.github/workflows/deploy-on-commit.yml +++ b/.github/workflows/deploy-on-commit.yml @@ -23,6 +23,8 @@ jobs: - name: Set up Gatsby run: | + npm install -D @playwright/test@latest + npx playwright install npm install - name: Build Gatsby site