Skip to content

♻️ refactor(#452): rename SbPagination events names #1582

♻️ refactor(#452): rename SbPagination events names

♻️ refactor(#452): rename SbPagination events names #1582

Workflow file for this run

name: 'Unit Tests'
# Event for the workflow
# Only trigger the current job when occurs
# a pull request target from develop and master branchs
# and a push to develop and master branches
on:
push:
branches: [ master, develop, next ]
pull_request:
branches: [ master, develop, next ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn
- run: yarn test:unit