All test stuff #88

Merged
ABastionOfSanity merged 29 commits from all_test_stuff into main 2023-01-30 21:59:14 +00:00
2 changed files with 18 additions and 1 deletions
Showing only changes of commit 40a78c66bf - Show all commits

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: