Skip to content

Commit 356c630

Browse files
committed
e needs to work on windows as well
1 parent da1d58a commit 356c630

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
java-version: ${{ matrix.java }}
3232
- name: Build with Maven
3333
run: |
34-
./set_formatting_off.sh
34+
sed -i 's/<!-- formatter_plugin_begin -->/<!-- formatter_plugin_begin/g' pom.xml
35+
sed -i 's/<!-- formatter_plugin_end -->/ formatter_plugin_end -->/g' pom.xml
3536
mvn -B verify --file pom.xml
3637
auto-merge:
3738
needs: build

0 commit comments

Comments
 (0)