Skip to content

Commit

Permalink
Updated CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Aug 6, 2023
1 parent 4aed2c6 commit 656261f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

strategy:
matrix:
otp_version: ['24.3', '25.3']
otp_version: ['24.3', '25.3' '26.0']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
Expand All @@ -32,8 +32,8 @@ jobs:
run: rebar3 compile
- name: Xref Checks
run: rebar3 xref
- name: Dialyzer
run: rebar3 dialyzer
#- name: Dialyzer
# run: rebar3 dialyzer
- name: Run Unit Tests
run: rebar3 as test do compile,lfe ltest -tunit
- name: Run System Tests
Expand All @@ -50,7 +50,7 @@ jobs:
otp_version: ['20.3', '21.3', '22.3', '23.3']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp_version }}
Expand All @@ -61,8 +61,8 @@ jobs:
run: rebar3 compile
- name: Xref Checks
run: rebar3 xref
- name: Dialyzer
run: rebar3 dialyzer
#- name: Dialyzer
# run: rebar3 dialyzer
- name: Run Unit Tests
run: rebar3 as test do compile,lfe ltest -tunit
- name: Run System Tests
Expand Down

0 comments on commit 656261f

Please sign in to comment.