Sfoglia il codice sorgente

ci(windows): use `kitchen.windows.yml`

tags/v1.8.1
semantic-release-bot 3 anni fa
parent
commit
c6043fbc9d
Nessun account collegato all'indirizzo email del committer
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      .github/workflows/kitchen.windows.yml
  2. +0
    -0
      kitchen.windows.yml

.github/workflows/kitchen.yml → .github/workflows/kitchen.windows.yml Vedi File

--- ---
name: CI
name: 'Kitchen (Windows)'


'on': [push, pull_request] 'on': [push, pull_request]


machine_user: kitchen machine_user: kitchen
machine_pass: Pass@word1 machine_pass: Pass@word1
machine_port: 5985 machine_port: 5985
KITCHEN_LOCAL_YAML: kitchen.github.yml
KITCHEN_LOCAL_YAML: kitchen.windows.yml


jobs: jobs:
build: build:

kitchen.github.yml → kitchen.windows.yml Vedi File


Loading…
Annulla
Salva