Skip to content

Commit

Permalink
fix(CI): Compile single sources as if we're a regular build
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky committed May 26, 2024
1 parent d01f799 commit 1cd9ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_single_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ env:
EXTPATH: ${{ github.event.inputs.lang }}/${{ github.event.inputs.extension }}
EXTSLUG: ${{ github.event.inputs.lang }}:${{ github.event.inputs.extension }}
REPO: ${{ github.event.inputs.git-repo }}
CI_CHUNK_SIZE: 65
CI_CHUNK_NUM: 1

jobs:
build-extension:
Expand All @@ -50,6 +48,8 @@ jobs:
distribution: zulu

- name: Build APK
env:
CI: false
run: ./gradlew -p src ${{ env.EXTSLUG }}:assembleDebug

- name: Upload artifacts
Expand Down

0 comments on commit 1cd9ac4

Please sign in to comment.