Skip to content

Commit

Permalink
Replace Azure Pipelines with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanelian committed Dec 7, 2019
1 parent c724c81 commit c55d709
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 31 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm install -g yarn
yarn
yarn build
# npm test
env:
CI: true
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Runtime polyfills for TypeScript libs, powered by [core-js](https://github.com/zloirock/core-js)! :battery: :nut_and_bolt:
[![npm](https://img.shields.io/npm/v/ts-polyfill.svg)](https://www.npmjs.com/package/ts-polyfill) [![Build Status](https://ryanelian.visualstudio.com/ts-polyfill/_apis/build/status/ryanelian.ts-polyfill?branchName=master)](https://ryanelian.visualstudio.com/ts-polyfill/_build/latest?definitionId=3&branchName=master)
[![npm](https://img.shields.io/npm/v/ts-polyfill.svg)](https://www.npmjs.com/package/ts-polyfill) [![GitHub Actions](https://github.com/ryanelian/ts-polyfill/workflows/Node%20CI/badge.svg)](https://github.com/ryanelian/ts-polyfill/actions)

## Install

Expand Down
22 changes: 0 additions & 22 deletions azure-pipelines.template.yml

This file was deleted.

6 changes: 0 additions & 6 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit c55d709

Please sign in to comment.