Skip to content

Commit

Permalink
Update endorlabs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogild authored Feb 12, 2024
1 parent 7dc1cea commit 453c1d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/endorlabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
with:
distribution: microsoft
java-version: "17"
cache: maven
cache-dependency-path: pom.xml
cache: gradle
cache-dependency-path: gradle/wrapper/gradle-wrapper.properties

- name: Compile Package
run: mvn clean install
run: ./gradlew assemble

- name: Endor Labs Workflow Dispatch
if: ${{ github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit 453c1d6

Please sign in to comment.