From 5c1b67511c4961bc24b5c452045badb8136f3779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B3ricz=20Gerg=C5=91?= Date: Wed, 29 Jan 2025 08:18:09 +0100 Subject: [PATCH] feat(github/ci): run snips tests instead of always-failing tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef7d1cba..4f8e1e33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: run: npm run workers & working-directory: ./apps/api id: start_workers - - name: Run E2E tests + - name: Run snippet tests run: | - npm run test:prod + npm run test:snips working-directory: ./apps/api