Skip to content

Commit

Permalink
Fix upload of tests results
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzse committed Jul 5, 2024
1 parent 3668b43 commit 0e62ac3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@ jobs:
name: Python ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}} tests
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: Run tests
run: |
pip install -U setuptools wheel
Expand All @@ -84,6 +86,7 @@ jobs:
invoke devenv
sleep 10 # time to settle
invoke ${{matrix.test-type}}-tests
ls -1
- name: Upload test results and profiling data
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0e62ac3

Please sign in to comment.