Skip to content

Change default rendering of arrays in a table cell to display number … #339

Change default rendering of arrays in a table cell to display number …

Change default rendering of arrays in a table cell to display number … #339

Workflow file for this run

name: Cypress tests
on: [push]
jobs:
cypress-run:
name: Cypress run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Cypress run
uses: cypress-io/github-action@v2
with:
start: npm run cypress:server
wait-on: 'http://localhost:8124'
record: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}