Skip to content

Commit

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

0 comments on commit 9e39953

Please sign in to comment.