CI: For cover use setup-beam because container breaks pip
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -27,10 +27,11 @@ jobs:
|
|||||||
name: Cover
|
name: Cover
|
||||||
needs: [tests]
|
needs: [tests]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
|
||||||
image: erlang:26
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: erlef/setup-beam@v1
|
||||||
|
with:
|
||||||
|
otp-version: 26
|
||||||
- run: ./configure --enable-gcov
|
- run: ./configure --enable-gcov
|
||||||
- run: rebar3 compile
|
- run: rebar3 compile
|
||||||
- run: rebar3 eunit -v
|
- run: rebar3 eunit -v
|
||||||
|
|||||||
Reference in New Issue
Block a user