Skip to content

Commit 0e62ac3

Browse files
committed
Fix upload of tests results
1 parent 3668b43 commit 0e62ac3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ jobs:
6969
name: Python ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}} tests
7070
steps:
7171
- uses: actions/checkout@v4
72+
7273
- uses: actions/setup-python@v5
7374
with:
7475
python-version: ${{ matrix.python-version }}
7576
cache: 'pip'
77+
7678
- name: Run tests
7779
run: |
7880
pip install -U setuptools wheel
@@ -84,6 +86,7 @@ jobs:
8486
invoke devenv
8587
sleep 10 # time to settle
8688
invoke ${{matrix.test-type}}-tests
89+
ls -1
8790
8891
- name: Upload test results and profiling data
8992
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)