Skip to content

v0.5.2 upgrade CommonOPF to v0.3.7 #57

v0.5.2 upgrade CommonOPF to v0.3.7

v0.5.2 upgrade CommonOPF to v0.3.7 #57

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.8']
julia-arch: [x64]
os: [windows-latest, macOS-latest] # ubuntu-latest fails b/c PMD parse_dss changes dir
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-buildpkg@v1
- run: julia --project=. -e 'using Pkg; Pkg.test()'