Skip to content

Fix build

Fix build #6

Workflow file for this run

name: Run Tests
on:
push:
branches:
- 'main'
- 'manifest-v3'
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm test
browser-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- name: Run tests
uses: tj-actions/puppeteer@v5
id: puppeteer
with:
files: |
browser_tests/index.test.js