From 72f86f2b85e0ff7b2b21eab4d09cd87f1ca1efa9 Mon Sep 17 00:00:00 2001 From: Guilherme Alves Date: Tue, 14 Jan 2025 19:01:15 -0300 Subject: [PATCH] Update pipeline.yml --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 03074e2..ba7bd14 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -26,4 +26,4 @@ jobs: - name: Build run: npm run build --if-present - name: Unit Tests - run: npx playwright install-deps && npm test + run: npm run test:ci