Skip to content

Commit 079659e

Browse files
committed
from the docs
1 parent c0c8c8c commit 079659e

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,13 @@ on: [push]
33

44
jobs:
55
mariadb:
6-
name: mariadb
6+
runs-on: ${{ matrix.os }}
77
strategy:
88
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]
1311
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

0 commit comments

Comments
 (0)