From 64927e38875b7b98ec83740df584f5146eb17f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?renat=C3=A3o?= Date: Tue, 28 May 2024 08:47:58 -0300 Subject: [PATCH] ci(test e2e): change `ci.yml` --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c534d64ed..55c41d0b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,9 +77,7 @@ jobs: cache: 'npm' - run: npm ci - run: npx playwright install --with-deps - - - name: Run e2e tests - run: npm run dev & playwright test + - run: npm run dev & playwright test - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }}