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