From 24f6eaa49adf819a7f417903374d23a2993399fe Mon Sep 17 00:00:00 2001 From: Samuel Allan Date: Tue, 26 Nov 2024 13:22:37 +1030 Subject: [PATCH] fix test command for func tests --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 6974948..da4ea39 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -83,7 +83,7 @@ jobs: fail-fast: false matrix: runs-on: [[ubuntu-22.04]] - test-command: ['TEST_JUJU3=1 make functional'] + test-command: ['tox -e func'] juju-channel: ["3.4/stable"] steps: