Skip to content

fix: get cta buttons from the player #25

fix: get cta buttons from the player

fix: get cta buttons from the player #25

name: Test - Unit and Snapshot
on:
push:
branches: [ 'develop', 'release' ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
run: |
yarn
yarn test
env:
CI: true