Skip to content

Run unit tests for if-webpage-plugins #16

Run unit tests for if-webpage-plugins

Run unit tests for if-webpage-plugins #16

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Alexander zur Bonsen <[email protected]>
# SPDX-License-Identifier: Apache-2.0
name: Test
run-name: Run unit tests for if-webpage-plugins
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: 22
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm test