Skip to content

feat: Add mention of VAT in map legend #709

feat: Add mention of VAT in map legend

feat: Add mention of VAT in map legend #709

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: 18
- name: Checkout
uses: actions/checkout@v1
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
env:
GITLAB_WIKI_URL: ${{ secrets.GITLAB_WIKI_URL }}
GITLAB_WIKI_TOKEN: ${{ secrets.GITLAB_WIKI_TOKEN }}
with:
build: "yarn locales:compile"
start: "yarn dev -p 3333"
wait-on: "http://localhost:3333"