Skip to content

Commit

Permalink
Patch version in quarkus-quickstarts to test against this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Jul 19, 2023
1 parent 2a04142 commit 2b796dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@<quarkus.platform.version>[^<]+</quarkus.platform.version>@<quarkus.platform.version>${VERSION}</quarkus.platform.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
Expand Down

0 comments on commit 2b796dd

Please sign in to comment.