Skip to content

File report on Wrong Web IDL type for URLs in Identifiers for WebRTC's Statistics API #859

File report on Wrong Web IDL type for URLs in Identifiers for WebRTC's Statistics API

File report on Wrong Web IDL type for URLs in Identifiers for WebRTC's Statistics API #859

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
env:
FORCE_COLOR: 3