Skip to content

Create webpack.yml

Create webpack.yml #1

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build-and-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run bundle
- run: npm test