Browse Source

feat(testing): Abstracted playwright CI to a resuable workflow

pull/4278/head
Muhammed Mustafa 2 years ago
parent
commit
98721fd989
  1. 3
      .github/workflows/ci-cd.yml

3
.github/workflows/ci-cd.yml

@ -67,8 +67,7 @@ jobs:
# working-directory: ./packages/nocodb
# run: npm run test:unit
playwright-mysql:
runs-on: ubuntu-20.04
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }}
uses: ./.github/workflows/playwright-test-workflow.yml
with:
db: "mysql"
db: mysql
Loading…
Cancel
Save