mirror of https://github.com/contiki-ng/mspsim
CI: Corrected the Github action
This commit is contained in:
parent
d74d615327
commit
7f9d2fa8ec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue