mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Further debugging
This commit is contained in:
parent
239f979957
commit
b4a632180e
3 changed files with 5 additions and 5 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -27,8 +27,8 @@ jobs:
|
|||
separator: ","
|
||||
files: |
|
||||
bootstrap-salt.*
|
||||
Gemfile
|
||||
kitchen*.yml
|
||||
## DGM Gemfile
|
||||
## DGM kitchen*.yml
|
||||
tests/**
|
||||
.github/workflows/**
|
||||
files_ignore: |
|
||||
|
|
4
.github/workflows/templates/ci.yml
vendored
4
.github/workflows/templates/ci.yml
vendored
|
@ -27,8 +27,8 @@ jobs:
|
|||
separator: ","
|
||||
files: |
|
||||
bootstrap-salt.*
|
||||
Gemfile
|
||||
kitchen*.yml
|
||||
## DGM Gemfile
|
||||
## DGM kitchen*.yml
|
||||
tests/**
|
||||
.github/workflows/**
|
||||
files_ignore: |
|
||||
|
|
|
@ -4,7 +4,7 @@ import platform
|
|||
import subprocess
|
||||
|
||||
import pytest
|
||||
from Demoa.winc32cred_demo import target
|
||||
from Demos.win32cred_demo import target
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue