Skip to content

Fix localization issues #171

Fix localization issues

Fix localization issues #171

Workflow file for this run

name: Test MapGL Ruler Plugin
on:
push:
branches:
- '*'
tags-ignore:
- '*'
jobs:
typings-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci
- run: npm run build
- run: npm run test:typings
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build container and run tests
run: docker-compose up --build --exit-code-from test test
- uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
path: test/screenshots/standards/**/__diff_output__/*.png
retention-days: 5