Skip to content

Fix(FileViewer): contentType props was added #1066

Fix(FileViewer): contentType props was added

Fix(FileViewer): contentType props was added #1066

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches: ['main']
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: npm
- run: npm install
- name: Running all test coverage
run: npm run coverage