]> 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 6397f39956909460acd45a19515d1cb64ca22970..94f7a3ccc0e870ad72f1ac31eb17e11e0f7e52e0 100644 (file)
@@ -26,4 +26,6 @@ jobs:
         run: yarn build
       
       - name: Testing
-        run: yarn test
+        run: |
+          yarn test
+          API_ON_SAME_PORT=1 yarn test