diff --git a/.github/workflows/test-native-gradle-plugin.yml b/.github/workflows/test-native-gradle-plugin.yml index 3987c4136..9d7592b55 100644 --- a/.github/workflows/test-native-gradle-plugin.yml +++ b/.github/workflows/test-native-gradle-plugin.yml @@ -39,8 +39,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: "🕸️ Populate matrix" id: set-matrix - run: | - ./gradlew -PmatrixType=gradle :native-gradle-plugin:dumpFunctionalTestList + run: ./gradlew -PmatrixType=gradle :native-gradle-plugin:dumpFunctionalTestList test-native-gradle-plugin: name: "Sanity checks"