Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

GH Actions are passing with flying colours even when they shouldn't #85

Closed Karm closed 2 years ago

Karm commented 2 years ago

e.g. https://github.com/Karm/mandrel-integration-tests/actions/runs/2054970693

Should at least fail with 22.x JDK 17 due to:

Karm commented 2 years ago

Check

      - uses: actions/cache@v2
        name: Mandrel installation cached
        id: cache_mandrel
        with:
          path: |
            ${{ github.workspace }}/${{ matrix.mandrel-version }}
          key: ${{ matrix.os }}-${{ matrix.mandrel-version }}