Skip to content

Remove turf dependency and avoid parallel rendering in overlay mode #37

Remove turf dependency and avoid parallel rendering in overlay mode

Remove turf dependency and avoid parallel rendering in overlay mode #37

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
name: Test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: yarn install --frozen-lockfile
- run: yarn test