Skip to content

Commit

Permalink
Add windows environments to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Apr 29, 2020
1 parent a6b589f commit 85bdf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
otp: [21.x, 22.x]
elixir: [1.7.x, 1.8.x, 1.9.x, 1.10.x]
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-elixir@v1.2.0
Expand All @@ -30,7 +30,7 @@ jobs:

npm_test:
name: npm test
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-elixir@v1.2.0
Expand Down

0 comments on commit 85bdf84

Please sign in to comment.