We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74821e3 commit 9eeff28Copy full SHA for 9eeff28
.github/actions/integration/mssql.sh
@@ -4,13 +4,6 @@ set -eo pipefail
4
# Debug log for test containers
5
export DEBUG=testcontainers
6
7
-export TEST_MSSQL_VERSION=2017-latest
8
-
9
-echo "::group::MSSQL ${TEST_MSSQL_VERSION}";
10
-docker pull mcr.microsoft.com/mssql/server:${TEST_MSSQL_VERSION}
11
-yarn lerna run --concurrency 1 --stream --no-prefix integration:mssql
12
-echo "::endgroup::"
13
14
export TEST_MSSQL_VERSION=2019-latest
15
16
echo "::group::MSSQL ${TEST_MSSQL_VERSION}";
0 commit comments