File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 7272 PT__installdir : ${{ github.workspace }}
7373 PT_version : " 8.15.0"
7474 run : ./openvox_bootstrap/tasks/install_build_artifact_linux.sh
75+ - name : Install jdk prerequisite
76+ shell : bash
77+ env :
78+ JDK_PACKAGE_NAME : |-
79+ ${{ ((contains(matrix.image, 'debian') ||
80+ contains(matrix.image, 'ubuntu')) &&
81+ 'openjdk-17-jdk-headless') ||
82+ 'java-17-openjdk-headless' }}
83+ run : /opt/puppetlabs/bin/puppet resource package "${JDK_PACKAGE_NAME}" ensure=present
84+ - name : Test noarch package installation
85+ env :
86+ PT__installdir : ${{ github.workspace }}
87+ PT_package : " openvox-server"
88+ PT_version : " 8.9.0"
89+ run : ./openvox_bootstrap/tasks/install_build_artifact_linux.sh
90+ - name : Verify openvox-server is installed
91+ shell : bash
92+ run : |-
93+ /opt/puppetlabs/bin/puppet resource package openvox-server > openvox-server.status
94+ cat openvox-server.status
95+ grep "ensure.*=>.*'8.9.0" openvox-server.status
You can’t perform that action at this time.
0 commit comments