optimize ci (#3825)
* feat: add client skip * fix: add table console (skip frontend ci) * feat: add skip ci
This commit is contained in:
parent
b1be8381b5
commit
85b4afbe7c
4
.github/workflows/nocobase-test-backend.yml
vendored
4
.github/workflows/nocobase-test-backend.yml
vendored
@ -30,6 +30,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sqlite-test:
|
sqlite-test:
|
||||||
|
if: "!contains(github.event.head_commit.message, 'skip server ci'))"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: ['18']
|
node_version: ['18']
|
||||||
@ -67,6 +68,7 @@ jobs:
|
|||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
|
|
||||||
postgres-test:
|
postgres-test:
|
||||||
|
if: "!contains(github.event.head_commit.message, 'skip server ci'))"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: ['18']
|
node_version: ['18']
|
||||||
@ -131,6 +133,7 @@ jobs:
|
|||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
|
|
||||||
mysql-test:
|
mysql-test:
|
||||||
|
if: "!contains(github.event.head_commit.message, 'skip server ci'))"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: ['18']
|
node_version: ['18']
|
||||||
@ -181,6 +184,7 @@ jobs:
|
|||||||
DB_TEST_PREFIX: test_
|
DB_TEST_PREFIX: test_
|
||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
mariadb-test:
|
mariadb-test:
|
||||||
|
if: "!contains(github.event.head_commit.message, 'skip server ci'))"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: ['18']
|
node_version: ['18']
|
||||||
|
1
.github/workflows/nocobase-test-e2e.yml
vendored
1
.github/workflows/nocobase-test-e2e.yml
vendored
@ -21,6 +21,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
e2e-test-postgres:
|
e2e-test-postgres:
|
||||||
|
if: "!contains(github.event.head_commit.message, 'skip e2e ci'))"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: ['18']
|
node_version: ['18']
|
||||||
|
1
.github/workflows/nocobase-test-frontend.yml
vendored
1
.github/workflows/nocobase-test-frontend.yml
vendored
@ -29,6 +29,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
frontend-test:
|
frontend-test:
|
||||||
|
if: "!contains(github.event.head_commit.message, 'skip client ci'))"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: [ '18' ]
|
node_version: [ '18' ]
|
||||||
|
Loading…
Reference in New Issue
Block a user