Skip to content

Commit

Permalink
mariadb workflow port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 19, 2019
1 parent e0ecce0 commit 5a2c40a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
mariadb:
image: healthcheck/mariadb
ports:
- 33066:33066
- 33066:3306
env:
MYSQL_DATABASE: testdb
MYSQL_ROOT_PASSWORD: password
Expand Down
4 changes: 2 additions & 2 deletions chiv_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func TestArchiver_Archive(t *testing.T) {
},
},
{
name: "mariadb happy path csv",
name: "mariadb happy path yaml",
driver: "mysql",
database: os.Getenv("MARIADB_URL"),
setup: "./testdata/mariadb/setup.sql",
Expand All @@ -291,7 +291,7 @@ func TestArchiver_Archive(t *testing.T) {
},
},
{
name: "mariadb happy path csv",
name: "mariadb happy path json",
driver: "mysql",
database: os.Getenv("MARIADB_URL"),
setup: "./testdata/mariadb/setup.sql",
Expand Down

0 comments on commit 5a2c40a

Please sign in to comment.