Skip to content

Commit

Permalink
Merge pull request #60 from metanorma/feature/bundler-cache-and-brew-…
Browse files Browse the repository at this point in the history
…install-metanorma

Update configuration
  • Loading branch information
CAMOBAP committed Oct 23, 2020
2 parents f31204c + a519348 commit 4d3a418
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 134 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/macos.yml

This file was deleted.

44 changes: 44 additions & 0 deletions .github/workflows/rake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: rake

on:
push:
branches: [ master ]
pull_request:

jobs:
rake:
name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
ruby: [ '2.6', '2.5', '2.4' ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
experimental: [ false ]
include:
- ruby: '2.7'
os: 'ubuntu-latest'
experimental: true
- ruby: '2.7'
os: 'windows-latest'
experimental: true
- ruby: '2.7'
os: 'macos-latest'
experimental: true
steps:
- uses: actions/checkout@master

- name: Use Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: Update gems
run: bundle install --jobs 4 --retry 3

- name: Run specs
run: bundle exec rake
56 changes: 0 additions & 56 deletions .github/workflows/ubuntu.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/windows.yml

This file was deleted.

0 comments on commit 4d3a418

Please sign in to comment.