Skip to content

Commit

Permalink
Reduce number of sanity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dnestoro committed Oct 9, 2023
1 parent d10ad62 commit d4c83f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-native-gradle-plugin.yml
Expand Up @@ -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
Expand Down

0 comments on commit d4c83f8

Please sign in to comment.