From cd7b048ca86ec167d2a92b397bd69024c874cf92 Mon Sep 17 00:00:00 2001 From: Andy Baxter Date: Mon, 18 Dec 2023 21:28:34 +0000 Subject: [PATCH] added more file checks, removed redundant line --- .github/workflows/SimPathsBuild.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/SimPathsBuild.yml b/.github/workflows/SimPathsBuild.yml index 088a959..9b9b3d7 100644 --- a/.github/workflows/SimPathsBuild.yml +++ b/.github/workflows/SimPathsBuild.yml @@ -59,11 +59,7 @@ jobs: id: check_file uses: thebinaryfelix/check-file-existence-action@1.0.0 with: - files: 'input/input.mv.db' - - - name: Files exist - if: steps.check_files.outputs.exists == 'false' - run: exit 1 + files: 'input/input.mv.db, input/EUROMODpolicySchedule.xlsx, input/DatabaseCountryYear.xlsx' - name: Do one run run: java -jar multirun.jar -p 50000 -s 2017 -e 2020 -r 100 -n 2 -g false \ No newline at end of file