Skip to content

Commit

Permalink
Update CI approach
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatsuba committed Oct 11, 2024
1 parent 120e1ef commit ef3b9b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,21 @@ jobs:
echo "Checking HTML files were patched by the plugin"
grep -q prism.js doc/overview-summary.html
grep -q prism.js doc/modules-frame.html
windows:
name: "Windows"
runs-on: windows-latest
strategy:
matrix:
otp: [23]
rebar: [3.18.0]
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar}}
- name: Tests
env:
ERL_FLAGS: "-enable-feature all"
run: rebar3 test

0 comments on commit ef3b9b2

Please sign in to comment.