We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ad458 commit 774f340Copy full SHA for 774f340
.github/workflows/erlang.yml
@@ -55,28 +55,3 @@ jobs:
55
- run: make xref
56
- run: make dialyzer
57
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
74
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
0 commit comments