Skip to content

Commit

Permalink
Adjusted CI to NOT run checkstyle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhancock committed Sep 18, 2024
1 parent 2997419 commit 06cd4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Build with Gradle
working-directory: megamek
run: ./gradlew build --stacktrace --scan
run: ./gradlew build -x checkstyleMain -x checkstyleTest --stacktrace --scan

- name: Upload Test Logs on Failure
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
GRADLE_OPTS: "-Dscan.link.VCS=${{ github.event.pull_request.html_url }}"

jobs:
ci_cd:
javadoc:
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit 06cd4c0

Please sign in to comment.