Skip to content

Commit add5c96

Browse files
cyyynthiadkrizan
authored andcommitted
fix: a small typo for a file, a giant failure for gradle build
1 parent 3384a69 commit add5c96

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/actions/setup-env/action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ runs:
5454
restore-keys: |
5555
cache-node-modules-${{ runner.os }}-
5656
57-
5857
- name: Setup QEMU for Docker
5958
if: "${{ inputs.docker == 'true' }}"
6059
uses: docker/setup-qemu-action@v3

gradle/email.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ tasks.register('buildTestEmails', Exec) {
8888
}
8989

9090
tasks.register('updateEmailTranslations', Exec) {
91+
dependsOn 'installEmailDeps'
9192
onlyIf {
9293
System.getenv("SKIP_EMAIL_BUILD") != "true" &&
9394
System.getenv("TOLGEE_API_URL") != null &&

0 commit comments

Comments
 (0)