fix: remove slimTests property and make it default

This commit is contained in:
Harsh Shandilya 2023-02-19 11:22:47 +05:30
parent 3da0674031
commit 95fd166a98
No known key found for this signature in database
2 changed files with 13 additions and 25 deletions

View file

@ -29,7 +29,7 @@ jobs:
- name: Run unit tests
uses: gradle/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f # v2.4.0
with:
arguments: --no-configuration-cache --stacktrace check -PslimTests
arguments: --no-configuration-cache --stacktrace check
gradle-home-cache-cleanup: true
cache-read-only: ${{ github.ref != 'refs/heads/main' }}