]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - .github/workflows/ci.yml
Add tests for running API and UI on the same server port (#151)
[nominatim-ui.git] / .github / workflows / ci.yml
index 6e9ed351ab374a7e130341f2e318622e68ab1597..94f7a3ccc0e870ad72f1ac31eb17e11e0f7e52e0 100644 (file)
@@ -24,3 +24,8 @@ jobs:
 
       - name: Build
         run: yarn build
+      
+      - name: Testing
+        run: |
+          yarn test
+          API_ON_SAME_PORT=1 yarn test