Skip to content

Commit

Permalink
Install Quarkus using SDKMAN! in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waelABDALLAH1 committed Nov 11, 2024
1 parent d10294c commit 9b915b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/catalog-service-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'


- name: Install SDKMAN!
run: |
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install quarkus
- name: Build with Quarkus
run: |
cd catalog/catalog-service/
Expand Down

0 comments on commit 9b915b4

Please sign in to comment.