We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c180f97 commit 4ff3e1eCopy full SHA for 4ff3e1e
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
8
strategy:
9
matrix:
10
- operating-system: [ubuntu-latest, windows-latest]
+ operating-system: [ubuntu-18.04, windows-2019]
11
12
runs-on: ${{ matrix.operating-system }}
13
@@ -48,8 +48,8 @@ jobs:
48
run: task test-unit
49
50
- name: Run unit tests on the legacy package
51
+ if: matrix.os != 'windows-2019'
52
run: task test-legacy
- if: matrix.os != 'windows-latest'
53
54
- name: Install Python
55
uses: actions/setup-python@v1
0 commit comments