This commit is contained in:
Brage 2024-01-12 23:57:13 +01:00
parent 858b66a883
commit 852f45d85e

View File

@ -66,9 +66,9 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('shared/build.gradle.kts') }} key: ${{ runner.os }}-gradle-${{ hashFiles('shared/build.gradle.kts') }}
- name: Build Shared code - name: Build Shared code
if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.commonCode == 'true' || github.event_name == 'workflow_dispatch' if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.shared == 'true' || github.event_name == 'workflow_dispatch'
run: | run: |
cd CommonCode cd shared
chmod +x ./gradlew chmod +x ./gradlew
./gradlew build ./gradlew build