diff --git a/.github/workflows/artillery.yaml b/.github/workflows/artillery.yaml index bb10a62..c07e772 100644 --- a/.github/workflows/artillery.yaml +++ b/.github/workflows/artillery.yaml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | - npm install + npm i -D @playwright/test npx playwright install - name: Make reports directory