Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viggy96 committed Feb 10, 2024
1 parent ad77b45 commit 7243d4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Check and print all dependencies
run: ./gradlew dependencies

- name: Check and print all Java toolchains
run: ./gradlew javaToolchains

- name: Build and test robot code
run: ./gradlew build

0 comments on commit 7243d4d

Please sign in to comment.