Skip to content

Merge branch 'jwplayer:develop' into develop #645

Merge branch 'jwplayer:develop' into develop

Merge branch 'jwplayer:develop' into develop #645

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 and test
run: |
yarn
yarn test
env:
CI: true