Skip to content

Commit f088b3d

Browse files
authored
HPCC4J-600 Bare metal github action breaking dafilesrv certs unavailable (#707)
- Added a manual call to setupPKI Signed-off-by: James McMullan [email protected] Signed-off-by: James McMullan [email protected]
1 parent 631c638 commit f088b3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/baremetal-regression-suite.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ jobs:
151151
sudo dpkg -i hpccsystems-platform-community_*.deb
152152
sudo apt-get -f install -y
153153
154+
- name: Setup Certificates
155+
run: |
156+
sudo /opt/HPCCSystems/etc/init.d/setupPKI
157+
154158
- name: Start HPCC-Platform
155159
shell: "bash"
156160
run: |

0 commit comments

Comments
 (0)