Skip to content

Commit a4bce5e

Browse files
PR actions
1 parent c697c2e commit a4bce5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
cd mx-chain-simulator-go/cmd/chainsimulator
4545
go build
4646
./chainsimulator --sovereign --fetch-configs-and-close
47-
screen -dmS chainsimulator "./chainsimulator --sovereign"
48-
python3 ../../scripts/run-examples/script.sh
47+
screen -S chainsimulator bash -c "./chainsimulator --sovereign"
48+
./../../scripts/run-examples/script.sh

.github/workflows/run-vm-query-after-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
cd mx-chain-simulator-go/cmd/chainsimulator
4343
go build
4444
./chainsimulator --sovereign --fetch-configs-and-close
45-
screen -dmS chainsimulator "./chainsimulator --sovereign"
45+
screen -S chainsimulator bash -c "./chainsimulator --sovereign"
4646
./../../scripts/run-vm-query/script.sh

0 commit comments

Comments
 (0)