Skip to content

Merge pull request #239 from plotly/fix-circleci #198

Merge pull request #239 from plotly/fix-circleci

Merge pull request #239 from plotly/fix-circleci #198

Workflow file for this run

name: Julia tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
jl_version: ["1.6", "1.8", "1.9", "1.10"]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.jl_version }}
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
annotate: true