Add Plugeth stack #14

Merged
roysc merged 24 commits from plugeth-stack into main 2024-07-10 01:28:10 +00:00
Showing only changes of commit b907467b6c - Show all commits

View File

@ -28,15 +28,7 @@ jobs:
- name: "Print Python version"
run: python3 --version
- name: "Install stack orchestrator"
# FIXME: merge SO fixes and revert
# run: ./scripts/install-so.sh
uses: actions/checkout@v3
with:
repository: cerc-io/stack-orchestrator
ref: roysc/fix-various
path: .tools/stack-orchestrator
- name: "Install stack orchestrator"
run: pip3 install .tools/stack-orchestrator
run: ./scripts/install-so.sh
- name: "Run stack tests"
run: |
PATH=$PATH:~/bin