File tree Expand file tree Collapse file tree 2 files changed +1
-77
lines changed
Expand file tree Collapse file tree 2 files changed +1
-77
lines changed Original file line number Diff line number Diff line change 3838 - name : Send Coverage
3939 env :
4040 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
41- run : ./ rebar3 as test coveralls send
41+ run : rebar3 as test coveralls send
4242
4343 verify :
4444 runs-on : ubuntu-latest
5555 - run : make xref
5656 - run : make dialyzer
5757
58- system-tests :
59- runs-on : ubuntu-latest
60- strategy :
61- matrix :
62- erlang : [ 25,26,27 ]
63-
64- container :
65- image : erlang:${{ matrix.erlang }}
66-
67- steps :
68- - uses : actions/checkout@v2
69- with :
70- repository : riak-core-lite/rclref
71- path : ./rclref
72-
73- - uses : actions/checkout@v2
74- with :
75- path : ./riak_core/
76-
77- - run : |
78- mkdir rclref/_checkouts;\
79- ln -s ../../riak_core/ rclref/_checkouts/riak_core;\
80- cd rclref;\
81- make ct
82-
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments