first pass use tests/sdk-tests/run-tests.sh in github action

This commit is contained in:
Michael Shaw 2023-01-24 10:38:38 -05:00
parent 6945792aea
commit 40a78c66bf
2 changed files with 18 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: Publish onn release
name: Publish on release
on:
release:
types: [published]

View File

@ -81,6 +81,23 @@ jobs:
make test-rpc
if: env.GIT_DIFF
sdk_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout laconic-sdk
uses: actions/checkout@v3
with:
path: "./laconic-sdk/"
repository: cerc-io/laconic-sdk
fetch-depth: 0
- name: build containers scripts
working-directory: ./tests/sdk-tests
run: ./build-laconicd-container.sh && build-sdk-test-container.sh
- name: run-tests.sh
working-directory: ./tests/sdk-tests
run: ./run-tests.sh
# integration_tests:
# runs-on: ubuntu-latest
# steps: