From 76d605752b11476663a9482a168c0104dc5c6a49 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Mon, 13 Feb 2023 09:59:12 +0100 Subject: [PATCH] Test `gu` component removal. --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7256383..5731411 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,6 +67,7 @@ jobs: java --version java --version | grep "GraalVM CE" || exit 34 native-image --version + gu remove native-image if: runner.os != 'Windows' - name: Check Windows environment run: | @@ -74,6 +75,7 @@ jobs: echo "JAVA_HOME: $env:JAVA_HOME" java --version native-image --version + gu.cmd remove native-image if: runner.os == 'Windows' test-ee: name: EE ${{ matrix.version }} + JDK${{ matrix.java-version }} on ${{ matrix.os }} @@ -112,6 +114,7 @@ jobs: java --version java --version | grep "GraalVM EE" || exit 23 native-image --version + gu remove native-image if: runner.os != 'Windows' - name: Check Windows environment run: | @@ -119,6 +122,7 @@ jobs: echo "JAVA_HOME: $env:JAVA_HOME" java --version native-image --version + gu.cmd remove native-image if: runner.os == 'Windows' test-mandrel: name: ${{ matrix.version }} + JDK${{ matrix.java-version }} on ${{ matrix.os }} @@ -253,3 +257,5 @@ jobs: bundle exec rake compile bundle exec rake test popd > /dev/null + - name: Remove components + run: gu remove espresso llvm-toolchain native-image nodejs python R ruby wasm