Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gradle Action, create unit tests #19

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

garrettsummerfi3ld
Copy link
Member

Added

Added unit testing, this will run tests on the software and report if there are issues with how the robot software is written. This does not replace the need for testing or the use case of a simulated environment such as the WPILib simulator.

Changed

Updated the Gradle build action to use gradle/actions/setup-gradle rather than the deprecated gradle/gradle-build-action.

Updated documentation for Actions workflow for Gradle Wrapper Validation job.

Updated the Gradle build action to use 'gradle/actions/setup-gradle' rather than the deprecated 'gradle/gradle-build-action'

Updated documentation for Actions workflow for Gradle Wrapper Validation

Added unit testing, this will run tests on the robot if there are early signs of errors with the robot software.
@garrettsummerfi3ld garrettsummerfi3ld added enhancement New feature or request dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 17, 2024
Copy link
Member

@EuphoniumPlayer EuphoniumPlayer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it works

@garrettsummerfi3ld garrettsummerfi3ld removed the dependencies Pull requests that update a dependency file label Feb 18, 2024
@garrettsummerfi3ld garrettsummerfi3ld merged commit fde7388 into main Feb 21, 2024
7 checks passed
@garrettsummerfi3ld garrettsummerfi3ld deleted the chore/update-gradle-action branch February 21, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants