Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar authored Jul 16, 2024
1 parent ef3189d commit d1a7fcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: clone oml
run: |
git clone [email protected]:opencaesar/oml.git
cd oml
./gradlew.bat publishToMavenLocal
cd ..
- name: Build
run: ./gradlew.bat build --stacktrace

Expand Down

0 comments on commit d1a7fcb

Please sign in to comment.