Skip to content

Commit

Permalink
Further debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Nov 4, 2024
1 parent 239f979 commit b4a6321
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
separator: ","
files: |
bootstrap-salt.*
Gemfile
kitchen*.yml
## DGM Gemfile
## DGM kitchen*.yml
tests/**
.github/workflows/**
files_ignore: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/templates/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
separator: ","
files: |
bootstrap-salt.*
Gemfile
kitchen*.yml
## DGM Gemfile
## DGM kitchen*.yml
tests/**
.github/workflows/**
files_ignore: |
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import subprocess

import pytest
from Demoa.winc32cred_demo import target
from Demos.win32cred_demo import target

log = logging.getLogger(__name__)

Expand Down

0 comments on commit b4a6321

Please sign in to comment.