Skip to content

Commit

Permalink
fix(gha/tests): fixed config file and buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
bleybaert committed May 29, 2024
1 parent 9d71acf commit 7cac3b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
- name: buildout
run: |
pip install -r requirements.txt coverage==5.3.1
buildout -N
buildout -c test-ci.cfg annotate
buildout -c test-ci.cfg
- name: test
run: |
bin/testme

0 comments on commit 7cac3b9

Please sign in to comment.