Skip to content

Commit e0fe870

Browse files
committed
ci: fix ci
1 parent ffe013a commit e0fe870

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/run_test_case.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
otp:
15+
- erlang:27
1516
- erlang:26
1617
- erlang:25
17-
- erlang:24
1818

1919
container:
2020
image: ${{ matrix.otp }}
2121

2222
steps:
23-
- uses: actions/checkout@v1
23+
- uses: actions/checkout@v2
2424
- name: Code dialyzer
2525
run: |
2626
make xref
@@ -36,15 +36,3 @@ jobs:
3636
name: logs
3737
path: _build/test/logs
3838

39-
coveralls:
40-
runs-on: ubuntu-latest
41-
container:
42-
image: erlang:25
43-
steps:
44-
- uses: actions/checkout@v1
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

Comments
 (0)