Skip to content

Commit 19876e8

Browse files
committed
Verify tests running on CI
1 parent b92dc3c commit 19876e8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ jobs:
2727
run: nix fmt . -- --check
2828
- name: Check Nix flake
2929
run: nix flake check --all-systems
30-
- name: Runs tests
31-
run: |
32-
nix build .#checks.x86_64-linux.holochain-with-lair

tests/holochain-with-lair.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
machine.wait_for_unit("default.target")
22
machine.wait_for_unit("lair-keystore.service")
3-
machine.wait_for_unit("conductor.service")
3+
machine.wait_for_unit("conductor2.service")

0 commit comments

Comments
 (0)