add gitea workflow
CMake / build (push) Successful in 1m37s Details

This commit is contained in:
Greg Gauthier 2024-02-23 23:12:57 +00:00
parent 40fc9c3e0e
commit 6b1ffa49c8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Maven Build
shell: bash
working-directory: ${{runner.workspace}}
run: mvn build
run: mvn compiler:compile
- name: Maven Test
working-directory: ${{runner.workspace}}