Skip to content

Commit 02ab2a7

Browse files
committed
workflow tests
1 parent efc8607 commit 02ab2a7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ on:
55
permissions:
66
contents: write
77
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
818
linting:
919
name: Linting
1020
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)