File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Run Julia tests
2
+
3
+ on : [push, pull_request]
4
+
5
+ jobs :
6
+ test :
7
+ runs-on : ubuntu-latest
8
+ strategy :
9
+ fail-fast : false
10
+ matrix :
11
+ jl_version : ["1.4", "1.6", "1.8"]
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+ - uses : julia-actions/setup-julia@v1
15
+ with :
16
+ version : ${{ matrix.jl_version }}
17
+ - uses : julia-actions/julia-buildpkg@v1
18
+ - uses : julia-actions/julia-runtest@v1
19
+ with :
20
+ annotate : true
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ JSON3 = "1.9"
36
36
MD5 = " 0.2"
37
37
PlotlyBase = " 0.8.5, 0.8.6"
38
38
YAML = " 0.4.7"
39
- julia = " 1.3"
40
39
Requires = " 1.3"
40
+ julia = " 1.4"
41
41
42
42
[extras ]
43
43
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change 1
1
# Dash for Julia
2
2
3
+ [ ![ Juila tests] ( https://github.com/plotly/Dash.jl/actions/workflows/jl_test.yml/badge.svg )] ( https://github.com/plotly/Dash.jl/actions/workflows/jl_test.yml )
3
4
[ ![ CircleCI] ( https://circleci.com/gh/plotly/Dash.jl/tree/master.svg?style=svg )] ( https://circleci.com/gh/plotly/Dash.jl/tree/master )
4
5
[ ![ GitHub] ( https://img.shields.io/github/license/plotly/dashR.svg?color=dark-green )] ( https://github.com/plotly/Dash.jl/blob/master/LICENSE )
5
6
[ ![ GitHub commit activity] ( https://img.shields.io/github/commit-activity/y/plotly/Dash.jl.svg?color=dark-green )] ( https://github.com/plotly/Dash.jl/graphs/contributors )
You can’t perform that action at this time.
0 commit comments