feat: mock export from 50b372ffc9249e3b2a65963012878a4072c15289
#769
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Use Node.js | |
uses: actions/setup-node@v3 | |
with: | |
node-version: '16.x' | |
- run: yarn install --immutable | |
env: | |
NODE_OPTIONS: "--max_old_space_size=4096" | |
- run: yarn run build | |
- run: yarn run test |