Skip to content

Commit

Permalink
Install file
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Feb 17, 2024
1 parent e2af684 commit f13a8ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Build
run: pipenv run make

- name: Install system dependencies
run: apt-get update && apt-get install -y file

- name: Test
run: NONPAIRS=/tmp/languages pipenv run make unit-test
lint:
Expand Down Expand Up @@ -79,6 +82,9 @@ jobs:
- name: Build
run: pipenv run make

- name: Install system dependencies
run: apt-get update && apt-get install -y file

- name: Test
run: NONPAIRS=/tmp/languages pipenv run make coverage

Expand Down

0 comments on commit f13a8ed

Please sign in to comment.