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 af11f73 commit dc2314c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- name: Setup elixir
uses: actions/setup-elixir@v1
with:
elixir-version: 1.10.3 # Define the elixir version [required]
otp-version: 22.2.3 # Define the OTP version [required]

- uses: actions/checkout@v1
- name: Install Dependencies
run: |
Expand Down

0 comments on commit dc2314c

Please sign in to comment.