Skip to content

Commit

Permalink
Run unit tests as well as building
Browse files Browse the repository at this point in the history
awesomesauce
  • Loading branch information
AceiusRedshift authored Dec 17, 2024
1 parent aa3b327 commit 41f1183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
run: chmod +x gradlew
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- name: Build robot code
run: ./gradlew build
- name: Build & test robot code
run: ./gradlew test # Run test so unit tests run too

0 comments on commit 41f1183

Please sign in to comment.