This commit is contained in:
zramsay 2023-10-19 18:56:42 -04:00
parent d634d55b1a
commit 013ab2833a

25
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Chain Test
on:
pull_request:
branches: '*'
push:
branches: '*'
jobs:
test:
name: "Run basic test suite"
runs-on: ubuntu-latest
steps:
- name: "Clone project repository"
uses: actions/checkout@v3
- name: "Install Python"
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: "Print Python version"
run: python3 --version
- name: "Get install script"
run: curl -o /opt/laconic/quick-install-linux.sh https://raw.githubusercontent.com/cerc-io/stack-orchestrator/main/scripts/quick-install-linux.sh
- name: "Install Stack Orchestrator"
run: CERC_SO_INSTALL_SKIP_PACKAGES=true /opt/laconic/quick-install-linux.sh -y