File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 3232
3333 - run : mix deps.get && mix deps.unlock --check-unused
3434 if : ${{ matrix.lint }}
35-
35+
3636 - run : mix deps.compile
3737
3838 - run : mix compile --warnings-as-errors
6262 - name : Install MySQL Client
6363 run : |
6464 apt-get update
65- apt-get install -y wget ca-certificates gnupg
66- apt-key adv --recv-keys --keyserver keys.gnupg.net 8C718D3B5072E1F5
67- echo "deb http://repo.mysql.com/apt/debian/ stretch mysql-${{ matrix.mysql_version }}" >> /etc/apt/sources.list.d/mysql.list
68- apt-get update
69- apt-get install --allow-unauthenticated -y mysql-client
65+ apt-get install -y default-mysql-client
7066 mysql --version
7167 - uses : actions/checkout@v1
7268 - name : Install Dependencies
7874 - run : MYSQL_URL=root:root@mysql ECTO_ADAPTER=myxql mix test
7975
8076 test-mssql :
81- runs-on : ubuntu-latest
77+ runs-on : ubuntu-16.04
8278
8379 services :
8480 mssql :
You can’t perform that action at this time.
0 commit comments