Skip to content

Commit

Permalink
Reintroduce ./gradlew check
Browse files Browse the repository at this point in the history
  • Loading branch information
InvictusRMC committed Feb 20, 2024
1 parent f7395f7 commit d1aec30
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml → .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,8 @@ jobs:
distribution: 'zulu'
java-version: '17'

# TODO: This is currently broken due to SqlDelight.
# - name: Run check
# run: bash ./gradlew check

- name: Run tests
run: bash ./gradlew test

- name: Run lint
run: bash ./gradlew ktlintCheck
- name: Run check
run: bash ./gradlew check

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit d1aec30

Please sign in to comment.