Skip to content

fix: set subdomains of tms vector layer #347

fix: set subdomains of tms vector layer

fix: set subdomains of tms vector layer #347

Workflow file for this run

# This workflow will do a clean install of node dependencies, test and build the source code.
name: Test and Build CI
on:
push:
branches-ignore:
# run on all branches other then main
- main
tags-ignore:
# And do not run for any tags
- "*"
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.10.0
- uses: ./.github/actions/test
- uses: ./.github/actions/build