Fixed code compare

This commit is contained in:
Speiger 2022-04-19 15:52:41 +02:00
parent b712981718
commit 603ff3df0f
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ jobs:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Generate SourceCode with Gradle
run: ./gradlew generateGithubSource
- name: Build and analyze