From ed89010e71c38dc09099ba5d500659aa007468a0 Mon Sep 17 00:00:00 2001 From: hasan-py Date: Fri, 11 Oct 2024 23:16:04 +0600 Subject: [PATCH] install command! --- .github/workflows/playwright-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright-test.yml b/.github/workflows/playwright-test.yml index 73c3b71..37efb0a 100644 --- a/.github/workflows/playwright-test.yml +++ b/.github/workflows/playwright-test.yml @@ -21,7 +21,7 @@ jobs: run: pwd - name: Install Playwright Browsers - run: npx playwright install --with-deps + run: npm install - name: Run Playwright tests run: npx playwright test