We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92dc3c commit 19876e8Copy full SHA for 19876e8
.github/workflows/build.yaml
@@ -27,6 +27,3 @@ jobs:
27
run: nix fmt . -- --check
28
- name: Check Nix flake
29
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,3 +1,3 @@
1
machine.wait_for_unit("default.target")
2
machine.wait_for_unit("lair-keystore.service")
3
-machine.wait_for_unit("conductor.service")
+machine.wait_for_unit("conductor2.service")
0 commit comments