Skip to content

Commit

Permalink
chore(versions): 😊 publish v2.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Sep 18, 2021
1 parent 7067221 commit 71832ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
name: Node CI

on:
push:
branches:
- formily_next
pull_request:
branches:
- formily_next

jobs:
build:
runs-on: ${{ matrix.os }}
if: contains(github.event.head_commit.message, 'chore(versions)') == false
strategy:
matrix:
node_version: [10.x, 11.x]
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,21 @@ jobs:
yarn -v
yarn --ignore-engines
yarn build
yarn test:prod
yarn run release:force
env:
CI: true
HEADLESS: false
PROGRESS: none
NODE_ENV: test
NODE_OPTIONS: --max_old_space_size=4096
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
env:
HEADLESS: false
PROGRESS: none
Expand Down

0 comments on commit 71832ae

Please sign in to comment.