ci(deploy): improve network start/stop process in CI

This commit is contained in:
Prad Nukala
2024-12-11 16:29:47 -05:00
parent 9ba387f2e4
commit 3176cc661a
2 changed files with 6 additions and 6 deletions
+3 -2
View File
@@ -23,11 +23,12 @@ jobs:
fetch-depth: 0
branch: develop
- name: Stop Devnet
- name: Stop Existing Network
continue-on-error: true
run: |
make stop-uds
make clean
- name: Start Devnet
- name: Start Updated Network
run: |
make start-uds