Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Aug 30, 2024
1 parent 014eb4f commit 5ba4604
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ jobs:
with:
gradle-version: 8.9

- name: Echo jade
run : |
echo "Jade"
- name: Build Extensions source code with gradle
run: |
gradle -b galasa-extensions-parent/build.gradle \
-PsourceMaven=https://development.galasa.dev/gh/maven-repo/framework \
-PsourceMaven=https://development.galasa.dev/main/maven-repo/framework \
-PcentralMaven=https://repo.maven.apache.org/maven2/ \
-PtargetMaven=${{ github.workspace }}/repo \
--no-daemon --console plain \
Expand Down

0 comments on commit 5ba4604

Please sign in to comment.