Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jssuzanne committed Jul 11, 2023
1 parent 4b9e45b commit 36e1207
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yaml
Expand Up @@ -199,10 +199,10 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
db-type: ['mysql', 'mariadb']
services:
mysql:
image: mysql:latest
image: ${{ matrix.db-type }}:latest
env:
MYSQL_DATABASE: anyblok_test
MYSQL_USER: root
Expand All @@ -215,7 +215,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: '3.10'
- name: Install graphviz package
run: bash .ci/install_graphviz.sh
- name: Install Wheel
Expand Down Expand Up @@ -272,14 +272,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: '3.10'
- name: Run the action
uses: potatoqualitee/mssqlsuite@v1.7
with:
Expand Down

0 comments on commit 36e1207

Please sign in to comment.