Skip to content

File report on Broken references in Ambient Light Sensor #231

File report on Broken references in Ambient Light Sensor

File report on Broken references in Ambient Light Sensor #231

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@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
env:
FORCE_COLOR: 3