File tree Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Expand file tree Collapse file tree 1 file changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,13 @@ on: [push]
3
3
4
4
jobs :
5
5
mariadb :
6
- name : mariadb
6
+ runs-on : ${{ matrix.os }}
7
7
strategy :
8
8
matrix :
9
- python_version :
10
- - 3.6
11
- db_version :
12
- - 10.1
9
+ os : [macOS-10.14, windows-2016, ubuntu-18.04]
10
+ node : [4, 6, 8, 10]
13
11
include :
14
- - db_version : 10.3
15
- python_version : 3.7
16
- runs-on : ubuntu-latest
17
- steps :
18
- - uses : actions/checkout@master
19
- - run : git clone https://github.com/django/django.git --depth=1 ${GITHUB_WORKSPACE}/django
20
- - run : docker-compose pull --include-deps mariadb
21
- - run : DJANGO_PATH=${GITHUB_WORKSPACE}/django docker-compose build --pull mariadb
22
- env :
23
- PYTHON_VERSION : ${{ matrix.python_version }}
24
- MARIADB_VERSION : ${{ matrix.db_version }}
25
- - run : DJANGO_PATH=${GITHUB_WORKSPACE}/django docker-compose run mariadb
26
- env :
27
- PYTHON_VERSION : ${{ matrix.python_version }}
28
- MARIADB_VERSION : ${{ matrix.db_version }}
12
+ # includes a new variable of npm with a value of 2 for the matrix leg matching the os and version
13
+ - os : windows-2016
14
+ node : 4
15
+ npm : 2
You can’t perform that action at this time.
0 commit comments