Skip to content

Commit

Permalink
Change workflow to use elixir and node directly
Browse files Browse the repository at this point in the history
  • Loading branch information
hjarrell authored Dec 21, 2019
1 parent f27857c commit 06023b3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ jobs:
ports: ['5432:5432']
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

container:
image: elixir:1.9.1

steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
with:
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 06023b3

Please sign in to comment.