Skip to content

Commit 3f88b6d

Browse files
committed
Move expression
1 parent d7ce7dc commit 3f88b6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-tests-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
- name: Test with pytest
2727
run: |
2828
pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests
29-
- name: Test with pytest and ujson
30-
if: ${{ matrix.python-version != 3.6 }}
29+
- if: ${{ matrix.python-version != 3.6 }}
30+
name: Test with pytest and ujson
3131
run: |
3232
python -m pip install .[ujson]
3333
pytest --cache-clear tests
34-
- name: Codecov
35-
if: ${{ matrix.python-version }} == 3.9
34+
- if: ${{ matrix.python-version }} == 3.9
35+
name: Codecov
3636
uses: codecov/codecov-action@v2
3737
with:
3838
file: ./coverage.xml

0 commit comments

Comments
 (0)