Skip to content

Commit

Permalink
github(development): exclude check task
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 19, 2020
1 parent 856f067 commit 584504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build -x test -x ktlintCheck -x detekt
run: ./gradlew build -x test -x ktlintCheck -x detekt -x check

0 comments on commit 584504f

Please sign in to comment.