Skip to content

Commit

Permalink
fix test command for func tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelallan72 committed Nov 26, 2024
1 parent 4f70c09 commit 24f6eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 24f6eaa

Please sign in to comment.