Skip to content

Commit

Permalink
experiment: Run the check directly
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Nov 3, 2023
1 parent dcc63fc commit 972de81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- name: Build Gradle Plugin
run: cd jte-gradle-plugin && ./gradlew --info publishToMavenLocal
- name: Run Test Isolated
run: |
cd test/jte-runtime-cp-test-models-gradle
./gradlew --console=plain --build-cache --info clean check
./gradlew --console=plain --build-cache --info clean check
- name: Run all the Gradle Plugin tests
run: cd test/gradle-test-wrapper && ./gradlew --info check

Expand Down

0 comments on commit 972de81

Please sign in to comment.