Skip to content

Commit bc7771b

Browse files
authored
Skip check on CI build step (#804)
1 parent 8246c15 commit bc7771b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: gradle/actions/setup-gradle@v4
2323

2424
- name: Build with Gradle
25-
run: ./gradlew build
25+
run: ./gradlew build -x check
2626
test:
2727
runs-on: ubuntu-latest
2828
needs:

0 commit comments

Comments
 (0)