|
|
|
@ -119,11 +119,18 @@ jobs:
|
|
|
|
|
shard: 2 |
|
|
|
|
playwright-mysql-3: |
|
|
|
|
needs: pre-build-for-playwright |
|
|
|
|
if: ${{ always() && ( github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft )}} |
|
|
|
|
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 |
|
|
|
|
shard: 3 |
|
|
|
|
playwright-mysql-4: |
|
|
|
|
needs: pre-build-for-playwright |
|
|
|
|
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 |
|
|
|
|
shard: 4 |
|
|
|
|
playwright-sqlite-1: |
|
|
|
|
needs: pre-build-for-playwright |
|
|
|
|
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} |
|
|
|
@ -144,7 +151,14 @@ jobs:
|
|
|
|
|
uses: ./.github/workflows/playwright-test-workflow.yml |
|
|
|
|
with: |
|
|
|
|
db: sqlite |
|
|
|
|
shard: 3 |
|
|
|
|
shard: 3 |
|
|
|
|
playwright-sqlite-4: |
|
|
|
|
needs: pre-build-for-playwright |
|
|
|
|
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: sqlite |
|
|
|
|
shard: 4 |
|
|
|
|
playwright-pg-shard-1: |
|
|
|
|
needs: pre-build-for-playwright |
|
|
|
|
if: ${{ github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft }} |
|
|
|
@ -161,8 +175,15 @@ jobs:
|
|
|
|
|
shard: 2 |
|
|
|
|
playwright-pg-shard-3: |
|
|
|
|
needs: pre-build-for-playwright |
|
|
|
|
if: ${{ always() && ( github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'trigger-CI') || !github.event.pull_request.draft )}} |
|
|
|
|
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: pg |
|
|
|
|
shard: 3 |
|
|
|
|
playwright-pg-shard-4: |
|
|
|
|
needs: pre-build-for-playwright |
|
|
|
|
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: pg |
|
|
|
|
shard: 3 |
|
|
|
|
shard: 4 |