Skip to content

Commit

Permalink
Merge branch 'master' into feat-HospitalRun#1969
Browse files Browse the repository at this point in the history
  • Loading branch information
HospitalRun Bot committed May 23, 2020
2 parents 09173f9 + 6461394 commit 47f693c
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,32 +62,3 @@ jobs:
- name: Run tests
run: |
npm run test:ci
yarn:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Init yarn
run: |
npm install -g yarn
- name: Install with yarn
run: |
yarn install
- name: Lint code
run: |
yarn lint
- name: Build
run: |
yarn build
- name: Run tests
run: |
yarn test:ci

0 comments on commit 47f693c

Please sign in to comment.