Skip to content

Commit

Permalink
Merge pull request #1304 from TimonCzech/Enabled-testing-on-released-…
Browse files Browse the repository at this point in the history
…version

Fixed testing on linux jvm released version in daily.yaml
  • Loading branch information
michalvavrik authored Sep 13, 2024
2 parents b946358 + e451ec5 commit 724db3d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,11 @@ jobs:
cache: 'maven'
- name: Build
run: |
MAVEN_PROFILES="-Pframework,examples"
if [[ "${{ matrix.quarkus-version }}" != current ]]; then
QUARKUS_VERSION="-Dquarkus.platform.version=${{ matrix.quarkus-version }}"
fi
mvn -B --no-transfer-progress -fae -s .github/mvn-settings.xml clean install -Dvalidate-format $QUARKUS_VERSION $EXCLUDE_MODULES
mvn -B --no-transfer-progress -fae -s .github/mvn-settings.xml clean install -Dvalidate-format $QUARKUS_VERSION -Pframework,examples
- name: Zip Artifacts
if: failure()
run: |
Expand Down Expand Up @@ -195,7 +193,7 @@ jobs:
QUARKUS_VERSION="-Dquarkus.platform.version=${{ matrix.quarkus-version }}"
fi
mvn -B --no-transfer-progress -fae -s .github/mvn-settings.xml clean install -Pframework,examples,native $QUARKUS_VERSION $EXCLUDE_MODULES
mvn -B --no-transfer-progress -fae -s .github/mvn-settings.xml clean install -Pframework,examples,native $QUARKUS_VERSION
- name: Zip Artifacts
if: failure()
run: |
Expand Down

0 comments on commit 724db3d

Please sign in to comment.