Skip to content

Commit

Permalink
added more file checks, removed redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaxter439 committed Dec 18, 2023
1 parent 37b4393 commit cd7b048
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/SimPathsBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ jobs:
id: check_file
uses: thebinaryfelix/[email protected]
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

0 comments on commit cd7b048

Please sign in to comment.