secrets: inherit, to fix flaky tests report (#23961)

Этот коммит содержится в:
Jesse Hallam
2023-07-06 14:03:14 -03:00
коммит произвёл GitHub
родитель 44a95d9f69
Коммит 82b3b67e63
3 изменённых файлов: 5 добавлений и 0 удалений

1
.github/workflows/server-ci-master.yml поставляемый
Просмотреть файл

@@ -12,3 +12,4 @@ env:
jobs:
master-ci:
uses: ./.github/workflows/server-ci-template.yml
secrets: inherit

1
.github/workflows/server-ci-pr.yml поставляемый
Просмотреть файл

@@ -19,3 +19,4 @@ concurrency:
jobs:
pr-ci:
uses: ./.github/workflows/server-ci-template.yml
secrets: inherit

3
.github/workflows/server-ci-template.yml поставляемый
Просмотреть файл

@@ -234,6 +234,7 @@ jobs:
datasource: postgres://mmuser:mostest@postgres:5432/mattermost_test?sslmode=disable&connect_timeout=10&binary_parameters=yes
drivername: postgres
logsartifact: postgres-binary-server-test-logs
secrets: inherit
test-postgres-normal:
name: Postgres
needs: check-mattermost-vet
@@ -243,6 +244,7 @@ jobs:
datasource: postgres://mmuser:mostest@postgres:5432/mattermost_test?sslmode=disable&connect_timeout=10
drivername: postgres
logsartifact: postgres-server-test-logs
secrets: inherit
test-mysql:
name: MySQL
needs: check-mattermost-vet
@@ -252,6 +254,7 @@ jobs:
datasource: mmuser:mostest@tcp(mysql:3306)/mattermost_test?charset=utf8mb4,utf8&multiStatements=true&maxAllowedPacket=4194304
drivername: mysql
logsartifact: mysql-server-test-logs
secrets: inherit
test-mmctl:
name: Run mmctl tests
needs: check-mattermost-vet