Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: false

- name: Run Detekt
run: ./gradlew detekt
Expand All @@ -39,6 +41,8 @@ jobs:
#caches the gradle builds and tests and hence skip unit tests and builds for unchanged modules saving a lot of time
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: false

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
Loading