Skip to content

Commit

Permalink
Merge pull request #83 from josemarluedke/chore/ci-update
Browse files Browse the repository at this point in the history
Update CI to drop macOS run
  • Loading branch information
josemarluedke authored Mar 17, 2021
2 parents d40a93b + 146f5b0 commit 7268895
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: CI

on: [push]
on:
push:
branches:
- master
- 'v*'
pull_request: {}

jobs:
test:
name: Tests
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

env:
CI: 'true'

strategy:
matrix:
os: [ubuntu-latest, macOS-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit 7268895

Please sign in to comment.