We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c697c2e commit a4bce5eCopy full SHA for a4bce5e
.github/workflows/run-examples.yml
@@ -44,5 +44,5 @@ jobs:
44
cd mx-chain-simulator-go/cmd/chainsimulator
45
go build
46
./chainsimulator --sovereign --fetch-configs-and-close
47
- screen -dmS chainsimulator "./chainsimulator --sovereign"
48
- python3 ../../scripts/run-examples/script.sh
+ screen -S chainsimulator bash -c "./chainsimulator --sovereign"
+ ./../../scripts/run-examples/script.sh
.github/workflows/run-vm-query-after-start.yml
@@ -42,5 +42,5 @@ jobs:
42
43
./../../scripts/run-vm-query/script.sh
0 commit comments