Skip to content

Commit 5c1b675

Browse files
committed
feat(github/ci): run snips tests instead of always-failing tests
1 parent 74438a4 commit 5c1b675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: npm run workers &
5858
working-directory: ./apps/api
5959
id: start_workers
60-
- name: Run E2E tests
60+
- name: Run snippet tests
6161
run: |
62-
npm run test:prod
62+
npm run test:snips
6363
working-directory: ./apps/api

0 commit comments

Comments
 (0)