X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/1b3d490bc7f144544630ddd8bad772754f0ebf4c..c17ad0ef44aa8e1c091d8d1ab729a5ce6c61e222:/.github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6397f39..5833130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '10.x' + node-version: '16.x' - name: Install dependencies run: yarn install @@ -26,4 +26,6 @@ jobs: run: yarn build - name: Testing - run: yarn test + run: | + yarn test + API_ON_SAME_PORT=1 yarn test