Skip to content

Commit ea1868b

Browse files
committed
wip fix test
1 parent 6f4e9cd commit ea1868b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr_testing.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
- name: Run openvox-agent install task
3737
run: bolt task run openvox_bootstrap::install --targets localhost --run-as root
3838
- name: Verify openvox-agent is installed
39-
run: test -n $(puppet --version)
39+
run: |-
40+
[[ "$(/opt/puppetlabs/bin/puppet --version)" =~ [0-9]+\.[0-9]+\.[0-9]+ ]]

0 commit comments

Comments
 (0)