Skip to content

Commit

Permalink
chore: build runtime in test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Aug 25, 2020
1 parent 44386bc commit 38d0ea9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -81,10 +81,8 @@ jobs:
codemods/*/lib/**/*
eslint/*/lib/**/*
packages/*/lib/**/*
packages/babel-runtime/**/*
packages/babel-runtime-corejs2/**/*
packages/babel-runtime-corejs3/**/*
packages/babel-standalone/**/*
packages/babel-polyfill/dist/**/*
packages/babel-standalone/*.js
!**/node_modules/**
test:
Expand Down Expand Up @@ -112,6 +110,9 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: babel-artifact
- name: Generate runtime helpers
run: |
make build-plugin-transform-runtime-dist
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2-beta
with:
Expand Down

0 comments on commit 38d0ea9

Please sign in to comment.