Skip to content

Fixed crashing ux dashboard form #4

Fixed crashing ux dashboard form

Fixed crashing ux dashboard form #4

Workflow file for this run

name: "Run tests"
on:
pull_request:
workflow_dispatch:
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Install Node"
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: |
echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > .npmrc
yarn
- name: "Run Test"
run: yarn test:e2e