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