X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/0be37383d730a360a81aad1c5e58a9e9a64a6515..7ed97d6aceab15f29088f45aa6fbf1eda551173d:/.github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6397f39..adecae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,11 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: - node-version: '10.x' + node-version: '16.x' - name: Install dependencies run: yarn install @@ -27,3 +27,9 @@ jobs: - name: Testing run: yarn test + + - name: Testing API_ON_SAME_PORT + run: API_ON_SAME_PORT=1 yarn test + + - name: Testing REVERSE_ONLY + run: REVERSE_ONLY=1 yarn test