Skip to content

Commit

Permalink
e pipeline failed on macos due to sed version used there
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Apr 18, 2024
1 parent c0dd984 commit 7cc5f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
release: ${{ matrix.java }}
- name: Build with Maven
run: |
sed -i 's/<!-- formatter_plugin_begin -->/<!-- formatter_plugin_begin/g' pom.xml
sed -i 's/<!-- formatter_plugin_end -->/ formatter_plugin_end -->/g' pom.xml
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

0 comments on commit 7cc5f68

Please sign in to comment.