Skip to content

Commit

Permalink
tests: add mac/win bots to ci (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Apr 14, 2021
1 parent dec646c commit 673da08
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 61 deletions.
35 changes: 0 additions & 35 deletions .appveyor.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,23 @@ jobs:
- run: sudo apt-get install xvfb
- name: yarn test
run: xvfb-run --auto-servernum yarn test --reporter=spec

unit:
strategy:
matrix:
os: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
name: unit_${{ matrix.os }}

steps:
- name: git clone
uses: actions/checkout@v2

- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x

- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn test --reporter=spec
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

0 comments on commit 673da08

Please sign in to comment.