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