Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Dec 17, 2023
1 parent c0fd78c commit fd9b5f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/initializr-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
with:
distribution: 'graalvm'
java-version: ${{ env.JDK_CURRENT }}
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
set-java-home: 'true'
Expand All @@ -95,7 +94,6 @@ jobs:
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
java --version
gu --version
native-image --version
- name: Build Initializr
if: ${{ matrix.versions.sync == true && matrix.versions.branch == 'master' }}
Expand All @@ -104,6 +102,6 @@ jobs:
if: ${{ matrix.versions.sync == true && matrix.versions.branch == 'master' }}
run: ./ci/validate-initializr.sh
- name: Build Native Image
timeout-minutes: 50
timeout-minutes: 35
if: ${{ matrix.versions.sync == true && matrix.versions.branch == 'master' }}
run: ./ci/validate-cas-native.sh --cas ${{ matrix.versions.version }}

0 comments on commit fd9b5f0

Please sign in to comment.