X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/42f03f0660c5815d4a5faeb4a1c087f507ff59a0..f5a4f0a5e1d87a05014292b91f416c2e6e7827e3:/.github/workflows/ci.yml?ds=inline diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e9ed35..94f7a3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,3 +24,8 @@ jobs: - name: Build run: yarn build + + - name: Testing + run: | + yarn test + API_ON_SAME_PORT=1 yarn test