Skip to content

feat: Adding scrollYFitToScreen properties #14

feat: Adding scrollYFitToScreen properties

feat: Adding scrollYFitToScreen properties #14

Workflow file for this run

name: 🧪 Tests
on:
pull_request:
branches: ['main', 'dev', 'master', 'develop']
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@v2