Skip to content

Bump web-ext from 7.8.0 to 7.9.0 #387

Bump web-ext from 7.8.0 to 7.9.0

Bump web-ext from 7.8.0 to 7.9.0 #387

Workflow file for this run

name: 'Test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Bundle
run: npm run bundle
- name: Test
run: npm run test
- uses: actions/upload-artifact@v3
with:
name: extension-files
path: |
./*.crx
./*.zip