Skip to content

Commit bb29dd2

Browse files
committed
syntax
1 parent 3aa6a18 commit bb29dd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ jobs:
6666
pip install -U setuptools wheel
6767
pip install -r dev_requirements.txt
6868
tox -e ${{matrix.test-type}}-${{matrix.connection-type}}
69-
- uses: actions/upload-artifact@v2
70-
if: success() || failure()
71-
with:
69+
- uses: actions/upload-artifact@v2
70+
if: success() || failure()
71+
with:
7272
name: pytest-results-${{matrix.test-type}}
7373
path: '${{matrix.test-type}}*results.xml'
7474
- name: View Test Results
7575
uses: dorny/test-reporter@v1
7676
if: success() || failure()
7777
with:
7878
name: Test Results
79-
path: '${{matrix.test-type}}*results.xml'
79+
path: '${{matrix.type-type}}*results.xml'
8080
reporter: java-junit
8181
list-suites: failed
8282
list-tests: failed

0 commit comments

Comments
 (0)