ci: put it back to the previous level
parent
5ff11b887b
commit
5034567189
|
@ -4,6 +4,9 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
env:
|
||||||
|
DB: ${{ matrix.db }}
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -20,9 +23,6 @@ jobs:
|
||||||
- '3.1'
|
- '3.1'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
env:
|
|
||||||
DB: ${{ matrix.db }}
|
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
env:
|
env:
|
||||||
MYSQL_DATABASE: rating_test
|
MYSQL_DATABASE: rating_test
|
||||||
|
|
Loading…
Reference in New Issue