Skip to content

Commit

Permalink
Add TEST_JUJU3 to GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Apr 17, 2024
1 parent faf2d52 commit 8b06c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- juju_channel: 3.4/stable
snap_install_flags: ""
pip_constraints: constraints-juju34.txt
juju3: 1
env:
TEST_ZAZA_BUG_LP1987332: "on" # http://pad.lv/1987332
needs: build
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
set -euxo pipefail
mkdir logs
export PIP_CONSTRAINTS=$(pwd)/${{ matrix.pip_constraints }}
export TEST_JUJU3=${{ matrix.juju3 }}
tox -e func-target -- ${{ matrix.bundle }} | tee logs/tox-output.txt
- name: crashdump on failure
if: failure()
Expand Down

0 comments on commit 8b06c8e

Please sign in to comment.