Ver código fonte
Merge pull request #499 from myii/ci/move-to-kitchen.windows.yml
ci(windows): use `kitchen.windows.yml`
tags/v1.8.1
Dafydd Jones
3 anos atrás
Nenhuma conta vinculada ao e-mail do autor do commit
2 arquivos alterados com
2 adições e
2 exclusões
-
.github/workflows/kitchen.windows.yml
-
kitchen.windows.yml
|
|
@@ -1,5 +1,5 @@ |
|
|
|
--- |
|
|
|
name: CI |
|
|
|
name: 'Kitchen (Windows)' |
|
|
|
|
|
|
|
'on': [push, pull_request] |
|
|
|
|
|
|
@@ -7,7 +7,7 @@ env: |
|
|
|
machine_user: kitchen |
|
|
|
machine_pass: Pass@word1 |
|
|
|
machine_port: 5985 |
|
|
|
KITCHEN_LOCAL_YAML: kitchen.github.yml |
|
|
|
KITCHEN_LOCAL_YAML: kitchen.windows.yml |
|
|
|
|
|
|
|
jobs: |
|
|
|
build: |