windows
This commit is contained in:
parent
b0f52ff11d
commit
0a5edd27e7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-windows.yaml
vendored
4
.github/workflows/ci-windows.yaml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
python -m pytest --reruns 3 --reruns-delay 5 tests/unit
|
python -m pytest --reruns 3 --reruns-delay 5 tests/unit
|
||||||
|
|
||||||
test-integration:
|
test-integration:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: windows-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
test-integration-prebuilt-presets:
|
test-integration-prebuilt-presets:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: windows-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue