From 2b796ddfa3508c3f018340372cd6cbe91aa7c5eb Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Wed, 19 Jul 2023 12:46:20 +0300 Subject: [PATCH] Patch version in quarkus-quickstarts to test against this branch --- .github/workflows/ci-actions-incremental.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index 4b355461d2237..c1d0c8a13b4f4 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -591,6 +591,8 @@ jobs: run: | git clone https://github.com/quarkusio/quarkus-quickstarts.git && cd quarkus-quickstarts git checkout development + export VERSION=3.2.999-SNAPSHOT; + sed -r -i "s@[^<]+@${VERSION}@" */pom.xml */*/pom.xml export LANG=en_US && ./mvnw -e -B -fae --settings .github/mvn-settings.xml clean verify -DskipTests - name: Upload build reports (if build failed) uses: actions/upload-artifact@v3