Skip to content

Commit

Permalink
TEST: Try to understand the constructed regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Dec 18, 2023
1 parent 8c3f152 commit f5a73a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
cache: maven
- name: Display build environment details
run: mvn --version
- name: TEST: Debug 1
run: mvn -N help:effective-pom
- name: TEST: Debug 2
run: mvn com.github.ekryd.echo-maven-plugin:echo-maven-plugin:2.0.0:echo -Decho.message='\Q${project.build.directory}${file.separator}\E.*'
- name: Build project against vanilla Error Prone, compile Javadoc
run: mvn -T1C install javadoc:jar
- name: Build project with self-check against Error Prone fork
Expand Down

0 comments on commit f5a73a2

Please sign in to comment.