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 authored and Sgitario committed Aug 5, 2021
1 parent e46ae46 commit 48bb966
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 48bb966

Please sign in to comment.