Skip to content

Commit bd3dd50

Browse files
committed
[DO NOT MERGE] don't run integration and unit tests and static analysis
1 parent 947f7b2 commit bd3dd50

5 files changed

+0
-5
lines changed

.github/workflows/integration-tests-h2.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Integration Tests (H2)
22

33
on:
4-
push:
54
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

.github/workflows/integration-tests-mysql.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Integration Tests (MySQL)
22

33
on:
4-
push:
54
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

.github/workflows/integration-tests-postgres.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Integration Tests (PostgreSQL)
22

33
on:
4-
push:
54
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

.github/workflows/static-analysis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Static Analysis
22

33
on:
4-
push:
54
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

.github/workflows/unit-tests.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Unit Tests
22

33
on:
4-
push:
54
pull_request:
65

76
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

0 commit comments

Comments
 (0)