Fix install script
All checks were successful
DIN Payments Stack Test / Run DIN payments stack test (pull_request) Successful in 39m15s

This commit is contained in:
David Boreham 2024-04-25 06:45:28 -06:00
parent 10c1ce0447
commit 404202ba8a
2 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,7 @@ jobs:
run: python3 --version
- name: "Install stack orchestrator"
run: ./scripts/install-so.sh
- name: "Run smoke tests"
run: ./tests/din-payments-stack/run-test.sh
- name: "Run stack tests"
run: |
PATH=$PATH:~/bin
./tests/din-payments-stack/run-test.sh

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
mkdir ~/bin
curl -L -o ~/bin/laconic-so https://git.vdb.to/cerc-io/stack-orchestrator/releases/download/latest/laconic-so
chmod +x ~/bin/laconic-so