We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c7d38 commit 567cfe8Copy full SHA for 567cfe8
.github/workflows/_integration_common.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Install Dependencies
77
run: |
78
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy update
79
- sudo DEBIAN_FRONTEND=noninteractive apt-get -qy install tox
+ sudo DEBIAN_FRONTEND=noninteractive apt-get -qy install tox distro-info-data
80
- name: Run integration Tests
81
82
tox -e integration-tests -- --junitxml="${{ github.workspace }}/reports/junit-report-${{ inputs.platform }}-${{ inputs.release }}.xml" --color=yes ${{ inputs.filter_tests || 'tests/integration_tests' }}
0 commit comments