We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad262d5 commit 8eaf3c8Copy full SHA for 8eaf3c8
1 file changed
.github/workflows/python-integration.yaml
@@ -38,8 +38,8 @@ jobs:
38
39
- name: Set up Docker Compose
40
run: |
41
- apt-get update
42
- apt-get install -y docker-compose
+ sudo apt-get update
+ sudo apt-get install -y docker-compose
43
44
- name: Set up Python ${{ inputs.PYTHON_VERSION }}
45
uses: actions/setup-python@v5
@@ -76,7 +76,7 @@ jobs:
76
id: test-report
77
with:
78
# artifact: unit-test-results-${{ matrix.python-version }}
79
- name: Integration Test Report [python_${{inputs.PYTHON_VERSION }}-postgres_${{ matrix.postgres-version }}-rabbitmq_${{ matrix.rabbitmq-version }}]
+ name: Integration Test Report [python_${{ matrix.python-version }}-postgres_${{ matrix.postgres-version }}-rabbitmq_${{ matrix.rabbitmq-version }}]
80
path: 'test/volumes/artifacts/*.xml'
81
reporter: java-junit
82
0 commit comments