File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 # https://docs.github.com/en/actions/learn-github-actions/variables#detecting-the-operating-system
2525 # https://docs.github.com/en/actions/learn-github-actions/expressions
2626 if : runner.os == 'macOS'
27- - run : test/integration-test.sh
27+ - run : test/chore/ integration-test.sh
2828 # https://remarkablemark.org/blog/2017/10/12/check-git-dirty/
2929 - name : Check git dirty
3030 run : |
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616 with :
1717 submodules : recursive
18- - run : test/lint.sh
18+ - run : test/chore/ lint.sh
1919 # https://remarkablemark.org/blog/2017/10/12/check-git-dirty/
2020 - name : Check git dirty
2121 run : |
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ realpath() {
55 [ -e " $1 " ] && command realpath -- " $1 "
66}
77
8- cd " $( dirname -- " $( realpath " ${BASH_SOURCE[0]} " ) " ) "
8+ cd " $( dirname -- " $( realpath " ${BASH_SOURCE[0]} " ) " ) " /..
99
1010# ###############################################################################
1111# common util functions
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ realpath() {
66}
77
88# cd to the root of the project
9- cd " $( dirname -- " $( realpath " ${BASH_SOURCE[0]} " ) " ) " /..
9+ cd " $( dirname -- " $( realpath " ${BASH_SOURCE[0]} " ) " ) " /../..
1010
1111find bin lib -type f |
1212 grep -Pv ' /show-duplicate-java-classes$' |
You can’t perform that action at this time.
0 commit comments