Skip to content

Conversation

Copy link

Copilot AI commented Jan 2, 2026

The repository had only a heavy integration test workflow (~15-20min) that runs on PRs. This adds a lightweight CI workflow for faster feedback.

Changes

  • New ci.yml workflow: Runs ./gradlew build -x intTest -x shadowJar for fast validation (~5-10min)

    • Unit tests, Checkstyle, SpotBugs
    • Gradle caching and wrapper validation
    • Uploads test/analysis artifacts on failure
  • Documentation: Added .github/workflows/README.md describing all workflows and local testing commands

Both workflows now run in parallel on PRs: fast CI for common issues, comprehensive integration tests for end-to-end validation.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • linkedin.jfrog.io
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.xml/javax.xml.namespace=ALL-UNNAMED -XX:MaxMetaspaceSize=384m -XX:+HeapDumpOnOutOfMemoryError -Xms256m -Xmx512m -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Set up GitHub workflows for building and testing PRs.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Set up GitHub workflows for building and testing PRs Add CI workflow for fast PR validation Jan 2, 2026
Copilot AI requested a review from ryannedolan January 2, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants