Skip to content

Commit b0d39a6

Browse files
committed
Run correct cfg file
1 parent 84bd591 commit b0d39a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
restore-keys: ${{ runner.os }}-coverage-${{ env.cache-name }}
8080
- name: buildout
8181
run: |
82-
buildout -c ci.cfg
82+
buildout -c gha.cfg
8383
- name: test coverage
8484
run: |
8585
bin/coverage run bin/test

0 commit comments

Comments
 (0)