Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ufosc/AskAGator into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hjarrell committed Dec 21, 2019
2 parents fbe56a2 + f9a04bf commit a5d7a1f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,27 @@ jobs:
build:

runs-on: ubuntu-latest

container:
image: elixir:1.9.1-slim

services:
db:
image: postgres:11
ports: ['5432:5432']
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
with:
otp-version: 22.2
elixir-version: 1.9.4
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Install Dependencies
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
yarn --cwd assets install
- name: Run Tests
run: mix test

0 comments on commit a5d7a1f

Please sign in to comment.