From b823d1faa19518f30c283fc86377e8ef5a336667 Mon Sep 17 00:00:00 2001 From: jaguililla Date: Tue, 13 Aug 2024 16:46:36 +0200 Subject: [PATCH] Update :CI pipeline --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9c6aae4ce..4340c3f6e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,13 +12,14 @@ jobs: with: check_directory: core/build - # TODO Temporary tests + # Jobs for debugging purposes, activate commenting 'if' os_build: strategy: fail-fast: false matrix: os: [ windows-latest, macos-latest ] + if: false name: os_build (${{ matrix.os }}) uses: hexagontk/.github/.github/workflows/graalvm_gradle.yml@master with: @@ -31,6 +32,7 @@ jobs: matrix: os: [ windows-latest, macos-latest ] + if: false name: native_test (${{ matrix.os }}) runs-on: ${{ matrix.os }} steps: @@ -39,7 +41,7 @@ jobs: with: minimum-size: 16GB disk-root: "C:" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: develop - uses: graalvm/setup-graalvm@v1