Skip to content

Commit c1ab9b7

Browse files
committed
debug
1 parent 6e85cd7 commit c1ab9b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr_testing.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install ShellCheck
1818
run: sudo apt-get install shellcheck
1919
- name: Run ShellCheck
20-
run: shellcheck -x tasks/*.sh
20+
run: shellcheck -x tasks/*.sh files/*.sh
2121

2222
test-install-task-on-ubuntu:
2323
strategy:
@@ -62,6 +62,8 @@ jobs:
6262
container: ${{ matrix.image }}
6363
steps:
6464
- uses: actions/checkout@v4
65+
with:
66+
path: openvox_bootstrap
6567
- uses: actions/checkout@v4
6668
with:
6769
repository: puppetlabs/puppetlabs-facts

0 commit comments

Comments
 (0)