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}")