From 1b3d490bc7f144544630ddd8bad772754f0ebf4c Mon Sep 17 00:00:00 2001 From: Yash Srivastava <52625656+darkshredder@users.noreply.github.com> Date: Tue, 20 Apr 2021 04:23:55 +0530 Subject: [PATCH] Feat: Added testing to Github actions and updated documentation (#133) --- .github/workflows/ci.yml | 3 +++ CONTRIBUTE.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e9ed35..6397f39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,3 +24,6 @@ jobs: - name: Build run: yarn build + + - name: Testing + run: yarn test diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 66251be..8c63196 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -38,6 +38,12 @@ Uses [svelte](https://svelte.dev/) framework, yarn lint ``` +* Run mocha test suite + + ``` + yarn test + ``` + ## Prepare a release 1. Update version number in `package.json` file -- 2.39.5