We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddd886 commit 31d515cCopy full SHA for 31d515c
Earthfile
@@ -73,7 +73,7 @@ integration-test-postgres:
73
74
integration-test-mysql:
75
FROM +setup-base
76
- RUN apk del mariadb-client && apk add mysql-client
+ RUN apk add mysql-client
77
78
DO +COMMON_SETUP_AND_MIX
79
integration_test/myxql/storage_test.exs
@@ -202,6 +202,6 @@ defmodule Ecto.Integration.StorageTest do
202
PoolRepo.config()
203
)
204
205
- assert output =~ "INSERT INTO `schema_migrations` VALUES ("
+ assert output =~ "INSERT INTO `schema_migrations`"
206
end
207
0 commit comments