Skip to content

[WIP] Remove ref to html-minifier/js-beautify/migrate #634

[WIP] Remove ref to html-minifier/js-beautify/migrate

[WIP] Remove ref to html-minifier/js-beautify/migrate #634

Workflow file for this run

name: Mjml CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Run linting & tests
run: |
yarn install
yarn build
yarn lint
cd packages/mjml-parser-xml
yarn install
yarn test --debug
cd ../../packages/mjml-core
yarn test --debug
cd ../../packages/mjml
yarn test