Skip to content

Commit

Permalink
Add a dummy hooks file to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Jun 18, 2023
1 parent 1345f9a commit 9b7f855
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ jobs:
run: pip install .

- name: Prepare a minimal notmuch config file for the tests
run: touch ~/.notmuch-config

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

0 comments on commit 9b7f855

Please sign in to comment.