Skip to content

Commit

Permalink
Change diff to be less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Nov 15, 2020
1 parent 321e55f commit bf84e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
run: ./box.phar compile

- name: "Test Version"
run: diff <(bin/churn -V) <(./churn.phar -V)
run: diff -w <(bin/churn -V) <(./churn.phar -V)

- name: "Test Phar"
run: diff <(bin/churn run src) <(./churn.phar run src)
run: diff -w <(bin/churn run src) <(./churn.phar run src)

- name: "Save Phar"
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit bf84e9d

Please sign in to comment.