Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 10, 2023
1 parent 6b5631b commit d0de4c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Install mix_gleam
run: mix archive.install hex mix_gleam
- name: Install dependencies
run: mix deps.get
- name: Run tests
Expand Down

0 comments on commit d0de4c2

Please sign in to comment.