We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe013a commit e0fe870Copy full SHA for e0fe870
.github/workflows/run_test_case.yaml
@@ -12,15 +12,15 @@ jobs:
12
fail-fast: false
13
matrix:
14
otp:
15
+ - erlang:27
16
- erlang:26
17
- erlang:25
- - erlang:24
18
19
container:
20
image: ${{ matrix.otp }}
21
22
steps:
23
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
24
- name: Code dialyzer
25
run: |
26
make xref
@@ -36,15 +36,3 @@ jobs:
36
name: logs
37
path: _build/test/logs
38
39
- coveralls:
40
- runs-on: ubuntu-latest
41
- container:
42
- image: erlang:25
43
- steps:
44
45
- - name: Coveralls
46
- env:
47
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
- run: |
49
- rebar3 as test do eunit,ct,cover
50
- make coveralls
0 commit comments