Skip to content

Commit

Permalink
fix(ci): initialize build after codeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus8448 committed Jun 27, 2024
1 parent 5fc9d8e commit ef807aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('gradle/gradle-wrapper.properties', 'settings.gradle.kts', 'build.gradle.kts', 'gradle.properties') }}

- name: Initialize build environment
run: ./gradlew

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java

- name: Initialize build environment
run: ./gradlew

- name: Build
run: ./gradlew assemble -x checkLicenses

Expand Down

0 comments on commit ef807aa

Please sign in to comment.