We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1e345 commit d09d895Copy full SHA for d09d895
.github/workflows/pr_testing_install_build_artifact.yaml
@@ -72,3 +72,19 @@ jobs:
72
PT__installdir: ${{ github.workspace }}
73
PT_version: "8.15.0"
74
run: ./openvox_bootstrap/tasks/install_build_artifact_linux.sh
75
+ - name: Test noarch package installation
76
+ env:
77
+ PT__installdir: ${{ github.workspace }}
78
+ PT_package: "openvoxdb"
79
+ PT_version: "8.9.0"
80
+ run: ./openvox_bootstrap/tasks/install_build_artifact_linux.sh
81
+ - name: Verify openvoxdb is installed
82
+ shell: bash
83
84
85
86
87
+ run: |-
88
+ /opt/puppetlabs/bin/puppet resource package openvoxdb > openvoxdb.status
89
+ cat openvoxdb.status
90
+ grep "ensure.*=>.*'8.9.0" openvoxdb.status
0 commit comments