From dac57dfd116fc0bcd8c44478a3604b592fadd7d6 Mon Sep 17 00:00:00 2001 From: Miguel Angel Cock Cano <93672117+MiguelCock@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:11:35 -0500 Subject: [PATCH] Update testE2E.yml --- .github/workflows/testE2E.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testE2E.yml b/.github/workflows/testE2E.yml index f04f44b..6321fe7 100644 --- a/.github/workflows/testE2E.yml +++ b/.github/workflows/testE2E.yml @@ -53,7 +53,7 @@ jobs: run: pip install -r requirements.txt - name: Install Node.js dependencies - run: npm install | npx playwright install + run: npm install @playwright/test | npx playwright install | npm install working-directory: testsE2E - name: Run Django migrations