fix: use Unix domain sockets for devnet processes

This commit is contained in:
Prad Nukala
2024-12-11 16:25:58 -05:00
parent c87dffd6da
commit 9ba387f2e4
2 changed files with 12 additions and 9 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ jobs:
- name: Stop Devnet
continue-on-error: true
run: |
make stop
make stop-uds
- name: Start Devnet
run: |
make start
make start-uds