forked from cerc-io/laconic-sdk
Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a633a16705 | ||
|
|
2870a7543a | ||
|
|
77af2e5e22 | ||
|
|
663ebbf8e0 | ||
|
|
c6a37ac419 |
@@ -24,7 +24,7 @@ jobs:
|
|||||||
working-directory: laconicd/tests/sdk_tests
|
working-directory: laconicd/tests/sdk_tests
|
||||||
run: ./build-laconicd-container.sh
|
run: ./build-laconicd-container.sh
|
||||||
- name: build test-container
|
- name: build test-container
|
||||||
run: docker build -t cerc-io/laconic-sdk-tester:local-test -f laconicd/tests/sdk_tests/Dockerfile-sdk .
|
run: docker build -t cerc-io/laconic-sdk-tester:local-test --build-arg VARIANT=19-bullseye -f laconicd/tests/sdk_tests/Dockerfile-sdk .
|
||||||
- name: start containers
|
- name: start containers
|
||||||
working-directory: laconicd/tests/sdk_tests
|
working-directory: laconicd/tests/sdk_tests
|
||||||
run: docker compose up -d
|
run: docker compose up -d
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ Follow these steps to run the tests:
|
|||||||
- In laconicd repo run:
|
- In laconicd repo run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
TEST_NAMESERVICE_EXPIRY=true ./init.sh
|
TEST_REGISTRY_EXPIRY=true ./init.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
- Export the private key and change it in `.env` file again using:
|
- Export the private key and change it in `.env` file again using:
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cerc-io/laconic-sdk",
|
"name": "@cerc-io/laconic-sdk",
|
||||||
"version": "0.1.5",
|
"version": "0.1.6",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"repository": "git@github.com:cerc-io/laconic-sdk.git",
|
"repository": "git@github.com:cerc-io/laconic-sdk.git",
|
||||||
|
|||||||
Reference in New Issue
Block a user