We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bd591 commit b0d39a6Copy full SHA for b0d39a6
.github/workflows/main.yml
@@ -79,7 +79,7 @@ jobs:
79
restore-keys: ${{ runner.os }}-coverage-${{ env.cache-name }}
80
- name: buildout
81
run: |
82
- buildout -c ci.cfg
+ buildout -c gha.cfg
83
- name: test coverage
84
85
bin/coverage run bin/test
0 commit comments