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 9ca0765 commit 685cbeb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,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 All @@ -108,6 +106,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 685cbeb

Please sign in to comment.