Skip to content

Commit

Permalink
continue-on-error for get-changed-files
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Aug 5, 2021
1 parent 076b2c4 commit 7c60db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
run: tar -xzf maven-repo.tgz -C ~
- id: files
uses: jitterbit/get-changed-files@v1
continue-on-error: true
- name: Test in Native mode
run: |
MODULES=$(find -name pom.xml | sed -e 's|pom.xml| |' | sed -e 's|./| |')
Expand Down

0 comments on commit 7c60db8

Please sign in to comment.