uncomment windows tests (#2214)
This commit is contained in:
parent
b1b12e004e
commit
e22ff3828b
62
.github/workflows/pr-windows.yml
vendored
62
.github/workflows/pr-windows.yml
vendored
|
@ -1,34 +1,34 @@
|
||||||
# name: Run Unit Tests on Windows
|
name: Run Unit Tests on Windows
|
||||||
# on:
|
on:
|
||||||
# pull_request:
|
pull_request:
|
||||||
# branches:
|
branches:
|
||||||
# - main
|
- main
|
||||||
|
|
||||||
# jobs:
|
jobs:
|
||||||
# testsOnWindows:
|
testsOnWindows:
|
||||||
# name: ut-${{ matrix.config.tox-env }}
|
name: ut-${{ matrix.config.tox-env }}
|
||||||
# runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
# strategy:
|
strategy:
|
||||||
# fail-fast: false
|
fail-fast: false
|
||||||
# matrix:
|
matrix:
|
||||||
# config:
|
config:
|
||||||
# - { python-version: 3.7, tox-env: py37-no-ext }
|
- { python-version: 3.7, tox-env: py37-no-ext }
|
||||||
# - { python-version: 3.8, tox-env: py38-no-ext }
|
- { python-version: 3.8, tox-env: py38-no-ext }
|
||||||
# - { python-version: 3.9, tox-env: py39-no-ext }
|
- { python-version: 3.9, tox-env: py39-no-ext }
|
||||||
# - { python-version: pypy-3.7, tox-env: pypy37-no-ext }
|
- { python-version: pypy-3.7, tox-env: pypy37-no-ext }
|
||||||
|
|
||||||
# steps:
|
steps:
|
||||||
# - name: Checkout Repository
|
- name: Checkout Repository
|
||||||
# uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# - name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
# uses: ahopkins/custom-actions@pip-extra-args
|
uses: ahopkins/custom-actions@pip-extra-args
|
||||||
# with:
|
with:
|
||||||
# python-version: ${{ matrix.config.python-version }}
|
python-version: ${{ matrix.config.python-version }}
|
||||||
# test-infra-tool: tox
|
test-infra-tool: tox
|
||||||
# test-infra-version: latest
|
test-infra-version: latest
|
||||||
# action: tests
|
action: tests
|
||||||
# test-additional-args: "-e=${{ matrix.config.tox-env }}"
|
test-additional-args: "-e=${{ matrix.config.tox-env }}"
|
||||||
# experimental-ignore-error: "true"
|
experimental-ignore-error: "true"
|
||||||
# command-timeout: "600000"
|
command-timeout: "600000"
|
||||||
# pip-extra-args: "--user"
|
pip-extra-args: "--user"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user