From 550eb12f027e3668a0df94ef0aaf259b5dc257fe Mon Sep 17 00:00:00 2001 From: Thales Menezes Date: Tue, 16 Aug 2022 01:14:57 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20=F0=9F=9A=80=20(e2e):=20fo?= =?UTF-8?q?cus=20on=20e2e=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a843906..bbf5270 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -18,7 +18,7 @@ jobs: - name: 📦 Install dependencies run: | - yarn workspaces focus @acme/e2e + yarn workspaces focus @labfaz/e2e npx playwright install-deps chromium - name: Waiting for 200 from the Vercel Preview @@ -28,6 +28,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: 🥒🎭 Run E2E Tests - run: yarn workspace @labfaz/client test:all + run: yarn workspace @labfaz/e2e test:all env: BROWSER_URL: ${{ steps.vercelPreview.outputs.url }} \ No newline at end of file