mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
ifix(ci): also run build-logic checks
This commit is contained in:
parent
7705386433
commit
7b4379ad0f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
validation_level: error
|
||||
|
||||
- name: Run unit tests
|
||||
run: ./gradlew --no-configuration-cache --stacktrace check -PslimTests
|
||||
run: ./gradlew --no-configuration-cache --stacktrace :build-logic:check check -PslimTests
|
||||
|
||||
- name: (Fail-only) Upload test report
|
||||
if: failure()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue