From 0a0abf03a2562b64700b3fda5c0e19015e252678 Mon Sep 17 00:00:00 2001 From: Anudit Nagar Date: Thu, 16 Jun 2022 07:48:17 +0530 Subject: [PATCH] Fix Workflows --- .github/workflows/deno.yml | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 2800845..1060f48 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -29,4 +29,4 @@ jobs: - run: deno --version - name: Run tests - run: deno test mod_test.ts --allow-net + run: cd ./packages/sdk-deno/ && deno test mod_test.ts --allow-net diff --git a/README.md b/README.md index 6842746..b448c59 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # Monorepo for theconvo.space JS Libraries - Packages - - [`@theconvospace/sdk`](https://github.com/anudit/convosdk/tree/main/packages/sdk) - - [`@theconvospace/react`](https://github.com/anudit/convosdk/tree/main/packages/react) + - Node + [`@theconvospace/sdk`](https://github.com/anudit/convosdk/tree/main/packages/sdk) + - Node + [`@theconvospace/react`](https://github.com/anudit/convosdk/tree/main/packages/react) + - Deno [`convo`](https://github.com/anudit/convosdk/tree/main/packages/react) - Examples - Benchmarks - Scripts