diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index b6461c4c..6a9489eb 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -33,11 +33,7 @@ jobs: - name: Build Extensions source code with gradle run: | - gradle -b galasa-extensions-parent/build.gradle --no-daemon --console plain \ - -PsourceMaven=https://development.galasa.dev/gh/maven-repo/framework/ \ - -PcentralMaven=https://repo.maven.apache.org/maven2/ \ - -PtargetMaven=${{ github.workspace }}/repo / - check publish --info + gradle -b galasa-extensions-parent/build.gradle --no-daemon --console plain -PsourceMaven=https://development.galasa.dev/gh/maven-repo/framework/ -PcentralMaven=https://repo.maven.apache.org/maven2/ -PtargetMaven=${{ github.workspace }}/repo check publish --info - name: Build Extensions image for testing uses: docker/build-push-action@v5