Skip to content

Add new embed parameters for start_time, end_time, chapter_id, and watch_full_video #34

Add new embed parameters for start_time, end_time, chapter_id, and watch_full_video

Add new embed parameters for start_time, end_time, chapter_id, and watch_full_video #34

Workflow file for this run

name: Build, Test, and Lint
on: [pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install packages
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Build production bundle
uses: borales/actions-yarn@v4
with:
cmd: build
- name: Lint
uses: borales/actions-yarn@v4
with:
cmd: lint
- name: Test
uses: borales/actions-yarn@v4
with:
cmd: test
- name: Generate test coverage
uses: borales/actions-yarn@v4
with:
cmd: report-coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3