Skip to content

Update libwebm

Update libwebm #69

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update APT
run: sudo apt update
- name: Install dependencies
run: sudo apt install mkvtoolnix ffmpeg
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: npm install --save-dev @playwright/test serve
- name: Install browsers
run: npx playwright install
- name: Run tests
run: npx playwright test