From aad8e1bec2a1373113c42799098daf57f62b5c42 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Mon, 12 Jun 2023 08:15:09 +0100 Subject: [PATCH] GH-4094 Fix CI comms testing Fixes #4096 Signed-off-by: Gordon Smith --- .github/workflows/testPullRequest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testPullRequest.yml b/.github/workflows/testPullRequest.yml index 4c1d4ee55a..0a15dbe141 100644 --- a/.github/workflows/testPullRequest.yml +++ b/.github/workflows/testPullRequest.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} @@ -29,10 +29,10 @@ jobs: - run: npm run build-gallery - run: npm run build-test - run: sudo apt-get update - - run: wget https://cdn.hpccsystems.com/releases/CE-Candidate-8.2.8/bin/platform/hpccsystems-platform-community_8.2.8-1focal_amd64.deb - - name: Install HPCCPlatform + - run: wget https://github.com/hpcc-systems/HPCC-Platform/releases/download/community_9.0.14-1/hpccsystems-platform-community_9.0.14-1focal_amd64_withsymbols.deb + - name: Install HPCC Platform continue-on-error: true - run: sudo apt install -f ./hpccsystems-platform-community_8.2.8-1focal_amd64.deb + run: sudo apt install -f ./hpccsystems-platform-community_9.0.14-1focal_amd64_withsymbols.deb - run: sudo /etc/init.d/hpcc-init start - run: npm run test env: