Skip to content

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /website #15

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /website

Bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /website #15

name: push to any feature branch/pull to any branch and check if the build is successful
on:
push:
branches-ignore:
- 'gh-pages'
- main
pull_request:
branches-ignore:
- 'gh-pages'
jobs:
build-and-test-extension:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
NODE_ENV: development
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Test extension/inverter 🔧
run: |
npm install
npm install --prefix ../shared
npm run esbuild
working-directory: ./extension
- name: Run headless test 🔧
uses: GabrielBB/[email protected]
with:
run: npm --prefix ./extension run test:coverage