Skip to content

Commit

Permalink
Rebase and update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Oct 19, 2023
1 parent 0756288 commit e4fc67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-native-gradle-plugin.yml
Expand Up @@ -165,7 +165,7 @@ jobs:
run: ./gradlew :native-gradle-plugin:configCacheFunctionalTest -DgradleVersion=${{ matrix.gradle-config-cache-version }} --tests ${{ matrix.test }}
- name: "📜 Upload functional tests results"
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: functional-tests-results-${{ matrix.gradle-config-cache-version }}
path: native-gradle-plugin/build/reports/tests/functionalTest/
Expand Up @@ -2,7 +2,7 @@ import groovy.json.JsonOutput

def matrixDefault = [
"java-version": [ "17" ],
"os": [ "ubuntu-20.04" ]
"os": [ "ubuntu-20.04", "windows-latest" ]
]

// # Following versions are disabled temporarily in order to speed up PR testing "7.3.3", "7.2", "7.1", "6.8.3",
Expand Down

0 comments on commit e4fc67b

Please sign in to comment.