Skip to content

Commit a7e960d

Browse files
authored
Update CI config (#316)
1 parent 557335f commit a7e960d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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
@@ -62,11 +62,7 @@ jobs:
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
@@ -78,7 +74,7 @@ jobs:
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:

0 commit comments

Comments
 (0)