Skip to content

Commit

Permalink
Add param to mysql executor
Browse files Browse the repository at this point in the history
  • Loading branch information
mchompalova committed Jun 4, 2020
1 parent 9aea8a5 commit 41fe777
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/executors/default-with-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ parameters:
mysql-image-version:
type: string
default: "5.6"
db-test-url:
test-sql-dsn:
type: string
default: "root:password@/pac"
default: "root:password@/"
mysql-root-password:
type: string
default: "password"
mysql-database:
type: string
default: "pac"
default: "mysql"
docker:
- image: golang:<<parameters.golang-image-version>>
environment:
DB_TEST_URL: <<parameters.db-test-url>>
TEST_SQL_DSN: <<parameters.test-sql-dsn>>
- image: mysql:<<parameters.mysql-image-version>>
command: [mysqld, --max-connections=45]
environment:
Expand Down

0 comments on commit 41fe777

Please sign in to comment.