Skip to content

Commit

Permalink
e needs to work on windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore committed Aug 2, 2022
1 parent da1d58a commit 356c630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: |
./set_formatting_off.sh
sed -i 's/<!-- formatter_plugin_begin -->/<!-- formatter_plugin_begin/g' pom.xml
sed -i 's/<!-- formatter_plugin_end -->/ formatter_plugin_end -->/g' pom.xml
mvn -B verify --file pom.xml
auto-merge:
needs: build
Expand Down

0 comments on commit 356c630

Please sign in to comment.