Skip to content

Commit ad262d5

Browse files
committed
feat(tests): setup docker-compose for integration tests
1 parent ba5139a commit ad262d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Integration Test
2323
runs-on: ubuntu-latest
2424
strategy:
25-
max-parallel: 4
25+
max-parallel: 8
2626
matrix:
2727
postgres-version: [ '13', '14', '15', '16', '17' ]
2828
rabbitmq-version: [ '3.12', '3.13', '4.0', '4.1' ]
@@ -76,7 +76,7 @@ jobs:
7676
id: test-report
7777
with:
7878
# artifact: unit-test-results-${{ matrix.python-version }}
79-
name: Integration Test Report [python_${{ matrix.python-version }}-postgres_${{ matrix.postgres-version }}-rabbitmq_${{ matrix.rabbitmq-version }}]
79+
name: Integration Test Report [python_${{inputs.PYTHON_VERSION }}-postgres_${{ matrix.postgres-version }}-rabbitmq_${{ matrix.rabbitmq-version }}]
8080
path: 'test/volumes/artifacts/*.xml'
8181
reporter: java-junit
8282

0 commit comments

Comments
 (0)