Skip to content

Collab playlists tests for coverage #60

Collab playlists tests for coverage

Collab playlists tests for coverage #60

Workflow file for this run

name: ReWrap CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn
- name: Run Tests
run: yarn test