Skip to content

Prep for v0.8.1 (#842) #179

Prep for v0.8.1 (#842)

Prep for v0.8.1 (#842) #179

Workflow file for this run

name: Examples
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- name: Install dependencies
run: julia --project=examples -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
- name: Run examples
run: julia --project=examples --color=yes examples/runexamplestests.jl