diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1eee63..fa005a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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