Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 76423e8

Browse files
committed
Cleanup tests
1 parent 89ffb5c commit 76423e8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ jobs:
2828

2929
- name: Build
3030
run: pnpm run build
31-
32-
- name: Run tests
33-
run: pnpm test

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434
- name: Install dependencies
3535
run: npm ci
3636

37-
- name: Wait for R2R server to start
38-
run: sleep 10
37+
- name: Check if R2R server is running
38+
run: |
39+
sleep 10
40+
curl http://localhost:8000/health || echo "Server not responding"
3941
4042
- name: Run integration tests
4143
run: npm run test

0 commit comments

Comments
 (0)