Skip to content

Commit fcfa1a5

Browse files
authored
Merge pull request #40 from MilagrosMarin/main
fix: update element's test flow
2 parents 2897754 + 61badcc commit fcfa1a5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/test.yaml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
name: Test
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
7+
branches:
8+
- main
59
workflow_dispatch:
610
jobs:
711
tests:
812
runs-on: ubuntu-latest
913
strategy:
1014
matrix:
1115
py_ver: ["3.9", "3.10"]
12-
mysql_ver: ["8.0", "5.7"]
13-
include:
14-
- py_ver: "3.8"
15-
mysql_ver: "5.7"
16-
- py_ver: "3.7"
17-
mysql_ver: "5.7"
16+
mysql_ver: ["8.0"]
1817
steps:
1918
- uses: actions/checkout@v3
2019
- name: Set up Python ${{matrix.py_ver}}
@@ -29,4 +28,3 @@ jobs:
2928
run: |
3029
python_version=${{matrix.py_ver}}
3130
black element_session --check --verbose --target-version py${python_version//.}
32-

0 commit comments

Comments
 (0)