Skip to content

Commit 8eaf3c8

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
- name: Set up Docker Compose
4040
run: |
41-
apt-get update
42-
apt-get install -y docker-compose
41+
sudo apt-get update
42+
sudo apt-get install -y docker-compose
4343
4444
- name: Set up Python ${{ inputs.PYTHON_VERSION }}
4545
uses: actions/setup-python@v5
@@ -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_${{inputs.PYTHON_VERSION }}-postgres_${{ matrix.postgres-version }}-rabbitmq_${{ matrix.rabbitmq-version }}]
79+
name: Integration Test Report [python_${{ matrix.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)