From d66512a1d961c973895874accc25ed0681aaf0c1 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Wed, 11 Aug 2021 12:08:45 +0000 Subject: [PATCH] #246: Add continue-on-error keyword to generator script CI job --- .github/workflows/ci-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index a8188d9b..01c91c6e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -152,6 +152,7 @@ jobs: generator-script-testing: runs-on: ubuntu-16.04 + continue-on-error: true name: icatdb Generator Script Consistency Test steps: - name: Add apt repo @@ -262,6 +263,8 @@ jobs: # NOTE: If a delibrate change is made to the script that will change the data generated, # the diff (and therefore this job) will fail. If this is the case, don't be alarmed. + # The `continue-on-error` keyword has been added to this job so the workflow should + # pass when the PR is merged in, even if this job fails. # But, if you didn't mean to change the output of the script, there is likely a # problem with the changes made that will make the generator script's data # different to SciGateway preprod