CI: Corrected the Github action

This commit is contained in:
Niclas Finne 2022-05-13 16:20:37 +02:00
parent d74d615327
commit 7f9d2fa8ec
1 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Build MSPSim
- run: ant compile
run: ant compile
- name: Test MSPSim
- run: ant test
run: ant test