Skip to content

Commit

Permalink
Try running CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Aug 29, 2021
1 parent 2f469df commit fcdd530
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:
name: >
Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
runs-on: ${{matrix.os}}
container:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [22.0, 22.1, 22.2, 22.3,
23.0, 23.1, 23.2, 23.3,
24.0]
os: [ubuntu-latest]
#otp_vsn: [22.0, 22.1, 22.2, 22.3,
# 23.0, 23.1, 23.2, 23.3,
# 24.0]
#os: [ubuntu-latest, windows-2019]
otp_vsn: [24.0]
os: [windows-latest]
steps:
- uses: actions/checkout@v2
- run: RUNNING_ON_CI=yes make test check
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp_vsn}}
rebar3-version: '3.16'
- run: make test check RUNNING_ON_CI=yes

0 comments on commit fcdd530

Please sign in to comment.