Skip to content

feat(ground-place-sdk/src/classes/groundplaces): stopCluster name is not in CITY, REGION, COUNTRY format #46

feat(ground-place-sdk/src/classes/groundplaces): stopCluster name is not in CITY, REGION, COUNTRY format

feat(ground-place-sdk/src/classes/groundplaces): stopCluster name is not in CITY, REGION, COUNTRY format #46

Workflow file for this run

name: Test
"on":
push:
branches:
- master
- renovate/**
pull_request:
types:
- opened
- synchronize
jobs:
test_matrix:
strategy:
matrix:
node-version:
- 14
os:
- ubuntu-latest
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
- name: "Use Node.js ${{ matrix.node-version }}"
uses: actions/setup-node@v2
with:
node-version: "${{ matrix.node-version }}"
- uses: bahmutov/npm-install@v1
- run: yarn lint
- run: yarn build
- run: yarn test