Skip to content

Commit

Permalink
secrets: inherit, to fix flaky tests report (mattermost#23961)
Browse files Browse the repository at this point in the history
  • Loading branch information
lieut-data authored Jul 6, 2023
1 parent 44a95d9 commit 82b3b67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/server-ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ env:
jobs:
master-ci:
uses: ./.github/workflows/server-ci-template.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/server-ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ concurrency:
jobs:
pr-ci:
uses: ./.github/workflows/server-ci-template.yml
secrets: inherit
3 changes: 3 additions & 0 deletions .github/workflows/server-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 82b3b67

Please sign in to comment.