Skip to content

feat: enhance DataStory UI by adding 'Copy as JSON' functionality and removing export/import controls #1330

feat: enhance DataStory UI by adding 'Copy as JSON' functionality and removing export/import controls

feat: enhance DataStory UI by adding 'Copy as JSON' functionality and removing export/import controls #1330

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn run ci:test