docs: add community slack link (#2773)

This commit is contained in:
Shawn Erquhart
2019-10-21 21:02:15 -04:00
committed by GitHub
parent 695d33f1d2
commit db1385072c
3 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
name: Node CI
on: [push]
on: [push, pull_request]
jobs:
build:
@ -27,5 +27,5 @@ jobs:
yarn test:all:ci
env:
CI: true
CYPRESS_RECORD_KEY: ${{secrets.CYPRESS_RECORD_KEY}}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
NODE_OPTIONS: --max-old-space-size=4096