From f7f37c0e06cb17fe6e3c79aabb56e4bc108347e9 Mon Sep 17 00:00:00 2001 From: Arpit Dalal Date: Mon, 22 Apr 2024 12:26:15 -0400 Subject: [PATCH] ci: fix playwright job on GH actions --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 687efb9..60c7393 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,9 +37,6 @@ jobs: - name: 📥 Install Playwright Browsers run: npm run test:e2e:install - - name: 🏗 Build - run: npm run build - - name: 🎭 Playwright tests run: npx playwright test