Skip to content

Commit

Permalink
Run the check task on GitHub CI on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
okarmazin committed Sep 20, 2024
1 parent 18b709c commit e13a166
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@ce999babab2de1c4b649dc15f0ee67e6246c994f
with:
arguments: ${{ matrix.target }}
arguments: |
check
${{ matrix.target }}

0 comments on commit e13a166

Please sign in to comment.