Skip to content

Commit 2777fe8

Browse files
jamesarichCopilot
andcommitted
ci: remove core:api from workflow lint and publish steps
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 721fa3e commit 2777fe8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
4747
- name: Publish to GitHub Packages
48-
run: ./gradlew :core:api:publish :core:model:publish :core:proto:publish
48+
run: ./gradlew :core:model:publish :core:proto:publish
4949
env:
5050
GITHUB_ACTOR: ${{ github.actor }}
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/reusable-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Lint, Analysis & KMP Smoke Compile
114114
if: inputs.run_lint == true
115-
run: ./gradlew spotlessCheck detekt androidApp:lintFdroidDebug androidApp:lintGoogleDebug core:barcode:lintFdroidDebug core:barcode:lintGoogleDebug core:api:lintDebug kmpSmokeCompile -Pci=true --continue
115+
run: ./gradlew spotlessCheck detekt androidApp:lintFdroidDebug androidApp:lintGoogleDebug core:barcode:lintFdroidDebug core:barcode:lintGoogleDebug kmpSmokeCompile -Pci=true --continue
116116

117117
- name: KMP Smoke Compile (lint skipped)
118118
if: inputs.run_lint == false

0 commit comments

Comments
 (0)