WIP - Total
This commit is contained in:
parent
ce15e2965c
commit
47d4a23be4
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('CommonCode/gradle/wrapper/gradle-wrapper.properties') }}
|
key: ${{ runner.os }}-gradle-${{ hashFiles('CommonCode/gradle/wrapper/gradle-wrapper.properties') }}
|
||||||
|
|
||||||
- name: Build CommonCode
|
- name: Build CommonCode
|
||||||
if: steps.cache-gradle.outputs.cache-hit != 'true'
|
if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.commonCode == 'true'
|
||||||
run: |
|
run: |
|
||||||
cd CommonCode
|
cd CommonCode
|
||||||
chmod +x ./gradlew
|
chmod +x ./gradlew
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user