Skip to content

Commit

Permalink
jitterbit/get-changed-files@v1 should continue-on-error
Browse files Browse the repository at this point in the history
as of jitterbit/get-changed-files#7 and others this is considered a bug by 'get-changed-files' author. On error there are still the correct list of files. In worst case we won't get any files and it isn't 'the end of the world' for us clearly.
  • Loading branch information
illabo committed Oct 30, 2020
1 parent 4198074 commit cef0523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
path: input
- uses: jitterbit/get-changed-files@v1
id: files
continue-on-error: true
with:
format: 'csv'
- name: Code coverage report
Expand Down

0 comments on commit cef0523

Please sign in to comment.