Skip to content

Commit

Permalink
ci: Upload bundles as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed May 15, 2020
1 parent 04d3c38 commit d72ebe3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- run: yarn constraints
- run: yarn lint
- run: yarn workspaces foreach --verbose --topological-dev --parallel --interlaced run build
- uses: actions/upload-artifact@v2
with:
name: bundles
path: packages/*/bundles/**/*.js
- run: yarn test
- run: yarn semantic-release
env:
Expand Down

0 comments on commit d72ebe3

Please sign in to comment.