Browse Source

fix(test): Integrated postgres to CI with sharding

pull/4278/head
Muhammed Mustafa 2 years ago
parent
commit
5d1132feaa
  1. 5
      .github/workflows/playwright-test-workflow.yml

5
.github/workflows/playwright-test-workflow.yml

@ -3,10 +3,13 @@ name: Playwright test reusable workflow
on:
workflow_call:
inputs:
shard:
description: 'Shard number'
required: true
type: string
db:
required: true
type: string
shard: string
jobs:
playwright:

Loading…
Cancel
Save