diff --git a/.github/test-upgrade.sh b/.github/test-upgrade.sh index ca6cc11..b40dbc1 100755 --- a/.github/test-upgrade.sh +++ b/.github/test-upgrade.sh @@ -21,8 +21,6 @@ mvn ${MVN_OPTS} -U org.openrewrite.maven:rewrite-maven-plugin:run \ -Drewrite.exclusions="**/*.json" \ 2>&1 | tee target/rewrite.out -exit - echo "***** Rebuilding with the snapshot" mvn test ${MVN_OPTS}