We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2557f commit b6828ccCopy full SHA for b6828cc
.github/workflows/testing.yml
@@ -103,5 +103,5 @@ jobs:
103
token: ${{ secrets.CODECOV_TOKEN }}
104
files: coverage.xml
105
flags: unittests
106
- name: py-${{ matrix.python-version }}-db-${{ startsWith(matrix.db-url, 'sqlite') && 'sqlite' || startsWith(matrix.db-url, 'postgres') && 'postgres' || 'unknown' }} }}
+ name: py-${{ matrix.python-version }}-db-${{ startsWith(matrix.db-url, 'sqlite') && 'sqlite' || startsWith(matrix.db-url, 'postgres') && 'postgres' || 'unknown' }}
107
fail_ci_if_error: true
0 commit comments