File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -225,27 +225,6 @@ jobs:
225
225
path : " ./coverage/lcov.info"
226
226
min_coverage : 45.0
227
227
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
-
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
-
249
228
Test-Docusaurus-Deployment :
250
229
name : Test Deployment to https://docs-api.talawa.io
251
230
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments