From b7009d55ee1026b75b5e8e81c0da62901b357361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?renat=C3=A3o?= Date: Tue, 28 May 2024 08:41:41 -0300 Subject: [PATCH] Revert "feat(test e2e): change script order execute" This reverts commit 76ea643d5b0ba2c173b86ea1e5f1e4ccdb3af752. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd8902af7..c534d64ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,8 +79,7 @@ jobs: - run: npx playwright install --with-deps - name: Run e2e tests - run: npm run dev - - run: playwright test + run: npm run dev & playwright test - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }}