ci: put it back to the previous level

main
Washington Botelho 2022-05-18 10:45:14 -03:00
parent 5ff11b887b
commit 5034567189
1 changed files with 3 additions and 3 deletions

View File

@ -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