Skip to content

Commit

Permalink
Preparing for 0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 11, 2024
1 parent 86fce8d commit bbf7d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths-ignore:
- '**.md'

jobs:
run-tests-and-examples:
Expand Down
2 changes: 0 additions & 2 deletions tests/bare_metal_compute_service_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit bbf7d90

Please sign in to comment.