mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-20 21:01:12 +00:00
remove windows from ci tests (#83)
This commit is contained in:
@@ -14,8 +14,8 @@ on:
|
|||||||
- "**.adoc"
|
- "**.adoc"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
test-macos-and-windows:
|
test-macos:
|
||||||
description: "run macOS and Windows tests"
|
description: "run tests on macOS"
|
||||||
required: true
|
required: true
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
@@ -35,14 +35,11 @@ jobs:
|
|||||||
os:
|
os:
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
- macos-12
|
- macos-12
|
||||||
- windows-2022
|
|
||||||
run-all:
|
run-all:
|
||||||
- ${{ inputs.test-macos-and-windows == true || github.ref == 'refs/heads/main' }}
|
- ${{ inputs.test-macos == true || github.ref == 'refs/heads/main' }}
|
||||||
exclude: # exclude macos-12 and windows-2022 when the condition is false
|
exclude: # exclude macos-12 when the condition is false
|
||||||
- run-all: false
|
- run-all: false
|
||||||
os: macos-12
|
os: macos-12
|
||||||
- run-all: false
|
|
||||||
os: windows-2022
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user