]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
Feat: Added testing to Github actions and updated documentation (#133)
authorYash Srivastava <52625656+darkshredder@users.noreply.github.com>
Mon, 19 Apr 2021 22:53:55 +0000 (04:23 +0530)
committerGitHub <noreply@github.com>
Mon, 19 Apr 2021 22:53:55 +0000 (00:53 +0200)
.github/workflows/ci.yml
CONTRIBUTE.md

index 6e9ed351ab374a7e130341f2e318622e68ab1597..6397f39956909460acd45a19515d1cb64ca22970 100644 (file)
@@ -24,3 +24,6 @@ jobs:
 
       - name: Build
         run: yarn build
+      
+      - name: Testing
+        run: yarn test
index 66251bebd4be950c08c25dd9fb1f86c428a49ab0..8c63196ccd71391fdea432372d736201a2d28b5d 100644 (file)
@@ -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