From d4c83f8eb2a9ee2c19f46b8201b98ff4095687c7 Mon Sep 17 00:00:00 2001 From: David Nestorovic Date: Mon, 9 Oct 2023 11:29:38 +0200 Subject: [PATCH] Reduce number of sanity checks --- .github/workflows/test-native-gradle-plugin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-native-gradle-plugin.yml b/.github/workflows/test-native-gradle-plugin.yml index c90cd4725..148e59092 100644 --- a/.github/workflows/test-native-gradle-plugin.yml +++ b/.github/workflows/test-native-gradle-plugin.yml @@ -46,10 +46,11 @@ jobs: name: "Sanity checks" runs-on: "ubuntu-20.04" timeout-minutes: 60 - needs: populate-matrix strategy: fail-fast: false - matrix: ${{fromJson(needs.populate-matrix.outputs.matrix)}} + matrix: + java-version: [ 17 ] + os: [ ubuntu-20.04 ] steps: - name: "☁️ Checkout repository" uses: actions/checkout@v3