Skip to content

Release v1.0 of the schema (#26) #43

Release v1.0 of the schema (#26)

Release v1.0 of the schema (#26) #43

Workflow file for this run

name: Test Julia
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
julia-version: [1]
julia-arch: [x86]
steps:
- uses: actions/[email protected]
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- name: Install dependencies
run: julia --project=examples/lang-julia -e 'using Pkg; Pkg.instantiate()'
- name: Test
run: julia --project=examples/lang-julia --color=yes examples/lang-julia/TwoStageBenders.jl examples/problems/news_vendor.sof.json