Skip to content

Commit bebb8a9

Browse files
committed
chore: migrate CI to Taure/erlang-ci reusable workflow
1 parent 987f45e commit bebb8a9

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

.github/workflows/erlang.yml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,10 @@ name: Build and test
33
on: [push]
44

55
jobs:
6-
build:
7-
runs-on: ubuntu-20.04
8-
name: Erlang/OTP ${{matrix.otp}} / rebar3 ${{matrix.rebar3}}
9-
strategy:
10-
fail-fast: false
11-
matrix:
12-
otp: ['26.1', '27.1', '28.0']
13-
rebar3: ['3.25.0']
14-
15-
steps:
16-
- uses: actions/checkout@v4
17-
- uses: erlef/setup-beam@v1
18-
with:
19-
otp-version: ${{matrix.otp}}
20-
rebar3-version: ${{matrix.rebar3}}
21-
version-type: strict
22-
- name: Compile
23-
run: rebar3 compile
24-
- name: Test
25-
run: rebar3 ct
6+
ci:
7+
uses: Taure/erlang-ci/.github/workflows/ci.yml@v1
8+
with:
9+
otp-version: '28.0'
10+
otp-matrix: '["26.1", "27.1", "28.0"]'
11+
enable-eunit: false
12+
enable-ct: true

0 commit comments

Comments
 (0)