Skip to content

cr(validatore): added redirect from old to new route (#568) #738

cr(validatore): added redirect from old to new route (#568)

cr(validatore): added redirect from old to new route (#568) #738

Workflow file for this run

name: E2E tests
on: push
jobs:
ui-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run ui tests
run: yarn run test:e2e
- uses: actions/upload-artifact@v2
if: failure()
with:
name: logs
path: logs