Skip to content

Commit

Permalink
Update :CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Aug 13, 2024
1 parent 7d7a359 commit b823d1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -31,6 +32,7 @@ jobs:
matrix:
os: [ windows-latest, macos-latest ]

if: false
name: native_test (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -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
Expand Down

0 comments on commit b823d1f

Please sign in to comment.