Skip to content

Commit

Permalink
Merge pull request #93 from MuriukiPM/update-elixir-ci
Browse files Browse the repository at this point in the history
Update elixir ci
  • Loading branch information
manuelgeek authored Oct 4, 2021
2 parents c3d9f33 + 1cfd218 commit 42c6e69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ on:
jobs:
check-lint:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- name: Create dev file
run: mv config/dev.sample.exs config/dev.exs
- name: Setup elixir
uses: actions/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: '1.9.4'
otp-version: '22.2'
elixir-version: '1.12'
otp-version: '24'
- name: Install Dependencies
run: mix deps.get
- name: Run Tests
Expand Down

0 comments on commit 42c6e69

Please sign in to comment.