Skip to content

Migration to Manifest v3 #145

Migration to Manifest v3

Migration to Manifest v3 #145

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Test & Build
run: |
npm ci
npm run extension:build
npm run test:ci