Skip to content

Commit

Permalink
add fixture for self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
reneradoi committed Nov 27, 2024
1 parent e8e0c98 commit a92b75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
logger = logging.getLogger(__name__)


@pytest.mark.runner(["self-hosted", "linux", "X64", "noble", "large"])
@pytest.mark.group(1)
@pytest.mark.abort_on_fail
async def test_build_and_deploy(ops_test: OpsTest) -> None:
Expand Down

0 comments on commit a92b75d

Please sign in to comment.