Skip to content

Commit

Permalink
Add a dummy notmuch config file to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Jun 17, 2023
1 parent bd02a58 commit 1345f9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@ jobs:
- name: Install dependencies
run: pip install .

- name: Prepare a minimal notmuch config file for the tests
run: |
touch ~/.notmuch-config
- name: Run tests
run: python3 setup.py test

0 comments on commit 1345f9a

Please sign in to comment.