Skip to content

Commit

Permalink
Limit build to just the main module
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Mar 10, 2023
1 parent 283f4c0 commit 7d4791f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -14,7 +14,8 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: ./gradlew build
# - run: ./gradlew build
- run: ./gradlew :thymeleaf-layout-dialect:build
- run: ./gradlew jacocoTestReport
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 7d4791f

Please sign in to comment.