Skip to content

Commit 9287f8d

Browse files
committed
vitest is sufficient
1 parent 0a63e0d commit 9287f8d

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/pull-request.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -225,27 +225,6 @@ jobs:
225225
path: "./coverage/lcov.info"
226226
min_coverage: 45.0
227227

228-
Sample-Data-Check:
229-
name: Checking database connection and access
230-
runs-on: ubuntu-latest
231-
needs: [Run-Tests]
232-
steps:
233-
- name: Checkout this repository
234-
uses: actions/[email protected]
235-
- name: Create .env file for talawa api testing environment
236-
run: cp ./envFiles/.env.ci ./.env
237-
- name: Building Talawa API
238-
run: docker compose build
239-
- name: Run Container
240-
run: docker compose up -d
241-
- name: Adding tables to testing environment
242-
run: docker compose exec api pnpm apply_drizzle_test_migrations
243-
- name: Validate Database
244-
run: docker compose exec api pnpm add:sample_data
245-
- name: Stop Services
246-
if: always()
247-
run: docker compose down
248-
249228
Test-Docusaurus-Deployment:
250229
name: Test Deployment to https://docs-api.talawa.io
251230
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)