Skip to content

fix(qiankun): 线上环境忽略 mfsu 配置 #2148

fix(qiankun): 线上环境忽略 mfsu 配置

fix(qiankun): 线上环境忽略 mfsu 配置 #2148

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [10.x, 12.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '1'
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
registry-url: 'https://registry.yarnpkg.com'
- run: yarn --ignore-engines
- run: yarn build
- run: yarn test --forceExit
env:
CI: true
HEADLESS: false
PROGRESS: none
NODE_ENV: test