Skip to content

Commit

Permalink
mariadb port
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 19, 2019
1 parent deed420 commit 2933f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
AWS_REGION: us-east-1
AWS_ENDPOINT: http://localhost:${{ job.services.s3.ports['4572'] }}
POSTGRES_URL: postgres://postgres:password@localhost:${{ job.services.postgres.ports['5432'] }}/testdb?sslmode=disable
MARIADB_URL: root:password@tcp(localhost:${{ job.services.mariadb.ports['33066'] }})/testdb?charset=utf8&parseTime=True&loc=Local
MARIADB_URL: root:password@tcp(localhost:${{ job.services.mariadb.ports['3306'] }})/testdb?charset=utf8&parseTime=True&loc=Local

0 comments on commit 2933f1a

Please sign in to comment.