Skip to content

Update patch to avoid overladed IDL definition in CSS View Transitions #1095

Update patch to avoid overladed IDL definition in CSS View Transitions

Update patch to avoid overladed IDL definition in CSS View Transitions #1095

Workflow file for this run

name: Test
on:
pull_request: {}
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Prepare curated and packages data
run: npm run curate
- name: Test curated and packages data
run: npm test
env:
FORCE_COLOR: 3