There was an error while loading. Please reload this page.
1 parent efc8607 commit 02ab2a7Copy full SHA for 02ab2a7
1 file changed
.github/workflows/main.yml
@@ -5,6 +5,16 @@ on:
5
permissions:
6
contents: write
7
jobs:
8
+ test:
9
+ name: Test
10
+ runs-on: ubuntu-latest
11
+ container: wpilib/roborio-cross-ubuntu:2025-24.04
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - name: Grant execute permission for gradlew
15
+ run: chmod +x gradlew
16
+ - name: Compile and run tests on robot code
17
+ run: ./gradlew test
18
linting:
19
name: Linting
20
runs-on: ubuntu-latest
0 commit comments