mirror of
https://github.com/bia-technologies/yaxunit.git
synced 2025-01-05 12:50:36 +02:00
fix
This commit is contained in:
parent
fab2b066f6
commit
1a68a04db3
3
.github/workflows/run-tests-macos.yml
vendored
3
.github/workflows/run-tests-macos.yml
vendored
@ -20,3 +20,6 @@ concurrency:
|
||||
jobs:
|
||||
execute-tests:
|
||||
runs-on: macos-latest
|
||||
if: false
|
||||
steps:
|
||||
- run: echo 'empty'
|
||||
|
3
.github/workflows/run-tests-windows.yml
vendored
3
.github/workflows/run-tests-windows.yml
vendored
@ -20,3 +20,6 @@ concurrency:
|
||||
jobs:
|
||||
execute-tests:
|
||||
runs-on: windows-latest
|
||||
if: false
|
||||
steps:
|
||||
- run: echo 'empty'
|
||||
|
Loading…
Reference in New Issue
Block a user