We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddf296 commit 5fa3bc7Copy full SHA for 5fa3bc7
.github/workflows/ci.yaml
@@ -116,7 +116,9 @@ jobs:
116
- juju-snap-channel: "2.9/stable"
117
agent-version: "2.9.45"
118
libjuju-version: "2.9.44.1"
119
- if: (! (${{ matrix.groups.path_to_test_file }} == "tests/integration/test_data_integrator.py" && ${{ matrix.ubuntu-versions.series == "focal" }}))
+ exclude:
120
+ - groups.path_to_test_file: "tests/integration/test_data_integrator.py"
121
+ ubuntu-versions.series: "focal"
122
name: ${{ matrix.juju-snap-channel }} - (GH hosted) ${{ matrix.groups.job_name }} | ${{ matrix.ubuntu-versions.series }}
123
needs:
124
- lint
0 commit comments