Skip to content

Commit

Permalink
Merge pull request quarkusio#31009 from gsmet/quickstarts-compilation
Browse files Browse the repository at this point in the history
CI - Build 2.16 branch of quickstarts in 2.16
  • Loading branch information
gsmet authored Feb 9, 2023
2 parents 0df8368 + 77c73fc commit 5c26309
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ jobs:
runs-on: ${{matrix.java.os-name}}
needs: build-jdk11
# Skip main in forks
if: (github.repository == 'quarkusio/quarkus' && (github.event_name != 'pull_request' || github.base_ref == 'main')) || !endsWith(github.ref, '/main')
if: github.repository == 'quarkusio/quarkus' || !endsWith(github.ref, '/main')
timeout-minutes: 90
strategy:
fail-fast: false
Expand Down Expand Up @@ -604,8 +604,7 @@ jobs:
java-version: ${{ matrix.java.java-version }}
- name: Compile Quickstarts
run: |
git clone https://github.com/quarkusio/quarkus-quickstarts.git && cd quarkus-quickstarts
git checkout development
git clone -b 2.16 https://github.com/quarkusio/quarkus-quickstarts.git && cd quarkus-quickstarts
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 5c26309

Please sign in to comment.