X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/1b3d490bc7f144544630ddd8bad772754f0ebf4c..f5a4f0a5e1d87a05014292b91f416c2e6e7827e3:/.github/workflows/ci.yml?ds=sidebyside diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6397f39..94f7a3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,6 @@ jobs: run: yarn build - name: Testing - run: yarn test + run: | + yarn test + API_ON_SAME_PORT=1 yarn test