X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/42f03f0660c5815d4a5faeb4a1c087f507ff59a0..c17ad0ef44aa8e1c091d8d1ab729a5ce6c61e222:/.github/workflows/ci.yml?ds=sidebyside diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e9ed35..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 @@ -24,3 +24,8 @@ jobs: - name: Build run: yarn build + + - name: Testing + run: | + yarn test + API_ON_SAME_PORT=1 yarn test