Skip to content

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

Remove turf dependency and avoid parallel rendering in overlay mode

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

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:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test