Skip to content

Commit

Permalink
Update github workflow file
Browse files Browse the repository at this point in the history
Install OS-dependencies for the tests:
- shared-mime-info <- install extra mimetype-detections
- libfile-mimeinfo-perl <- install tool mimetype
  • Loading branch information
Ewout Quax committed Nov 9, 2022
1 parent 59b4e4d commit 6cd0ac0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Install dependencies
- name: Install OS dependencies
env:
DEBIAN_FRONTEND: noninteractive
run: apt install libfile-mimeinfo-perl shared-mime-info
- name: Install Elixir dependencies
run: mix deps.get
- name: Run tests
run: mix test
Expand Down

0 comments on commit 6cd0ac0

Please sign in to comment.