Skip to content

Commit b340730

Browse files
committed
debug
1 parent 6e85cd7 commit b340730

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pr_testing.yaml

Lines changed: 4 additions & 2 deletions
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
@@ -98,6 +100,6 @@ jobs:
98100
PT_collection: openvox8
99101
PT_apt_source: "https://apt.overlookinfratech.com"
100102
PT_yum_source: "https://yum.overlookinfratech.com"
101-
run: ./tasks/install_linux.sh
103+
run: ./openvox_bootstrap/tasks/install_linux.sh
102104
- name: Verify openvox-agent is installed
103105
run: /opt/puppetlabs/bin/puppet --version | grep -E '[0-9]+\.[0-9]+'

0 commit comments

Comments
 (0)