Skip to content

Commit

Permalink
Attempt to stop windows flappy CI tests (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles authored Sep 14, 2024
1 parent a61b8f7 commit 3b8c790
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,31 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-2019"]
os: ["ubuntu-latest"]
elixir: ["1.17", "1.16", "1.15"]
otp: ["27", "26", "25"]
exclude:
- elixir: "1.15"
otp: "27"
- elixir: "1.16"
otp: "27"
include:
- os: "windows-2019"
otp: "27"
elixir: "1.17"

steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
- uses: egor-tensin/vs-shell@v2
if: runner.os == 'Windows'

- uses: ilammy/msvc-dev-cmd@v1
if: matrix.os == 'windows-2019'
with:
arch: x64

- uses: actions/cache@v3
with:
path: deps
Expand Down

0 comments on commit 3b8c790

Please sign in to comment.