Skip to content

Video Timer on Editor will show in miliseconds when being dragged #1521

Video Timer on Editor will show in miliseconds when being dragged

Video Timer on Editor will show in miliseconds when being dragged #1521

Workflow file for this run

name: Plio CI
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
name: Pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Test Cases
env:
VUE_APP_MIXPANEL_PROJECT_TOKEN: ${{ secrets.VUE_APP_MIXPANEL_PROJECT_TOKEN }}
VUE_APP_FRONTEND: ${{ secrets.VUE_APP_FRONTEND }}
# command to run tests and generate coverage metrics
run: npm run test:unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1