Skip to content

Commit

Permalink
ci: teste de integração com o coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
tiago154 committed Feb 26, 2021
1 parent 121c6d2 commit 079260f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
name: Build and test
runs-on: ubuntu-latest

container:
image: elixir:1.11-alpine
env:
MIX_ENV: test

services:
postgres:
image: postgres
Expand All @@ -28,12 +23,14 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-elixir@v1
with:
otp-version: 22.2.3
elixir-version: 1.10.3

- name: Install Dependencies
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
run: mix deps.get

- name: Build
run: mix compile
Expand Down

0 comments on commit 079260f

Please sign in to comment.