From bbf7d90d25b022033a6eae679f988c897a50b6eb Mon Sep 17 00:00:00 2001 From: Henri Casanova Date: Wed, 11 Sep 2024 11:25:52 -1000 Subject: [PATCH] Preparing for 0.2 release --- .github/workflows/build.yml | 2 ++ tests/bare_metal_compute_service_test.py | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4c2b22..34484c2 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on: push: branches: - main + paths-ignore: + - '**.md' jobs: run-tests-and-examples: diff --git a/tests/bare_metal_compute_service_test.py b/tests/bare_metal_compute_service_test.py index a74fef5..1e237d0 100755 --- a/tests/bare_metal_compute_service_test.py +++ b/tests/bare_metal_compute_service_test.py @@ -20,8 +20,6 @@ simulation = wrench.Simulation() simulation.start(platform_file_path, "ControllerHost") - raise Exception("TEST") - print(f"New simulation, time is {simulation.get_simulated_time()}") hosts = simulation.get_all_hostnames() print(f"Hosts in the platform are: {hosts}")