Sha256: 6ae1fd6e0987961dc338a79f007f0b8318b8b19b6c69ede02e33b8be30930497

Contents?: true

Size: 872 Bytes

Versions: 6

Compression:

Stored size: 872 Bytes

Contents

# Auto-generated !!! Do not edit it manually
# use ci-master https://github.com/metanorma/metanorma-build-scripts
name: ubuntu

on: [push]

jobs:
  test-linux:
    name: Test on Ruby ${{ matrix.ruby }} Ubuntu
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby: [ '2.6', '2.5', '2.4' ]
    steps:
      - uses: actions/checkout@master
      - name: Use Ruby
        uses: actions/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          architecture: 'x64'
      - name: Update gems
        run: |
          gem install bundler -v "~> 2"
          bundle install --jobs 4 --retry 3
      - name: Use Node
        uses: actions/setup-node@v1
        with:
          node-version: '10'
      - name: Install Puppeteer
        run: |
          npm install -g puppeteer
      - name: Run specs
        run: |
          bundle exec rake

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
isodoc-1.0.11 .github/workflows/ubuntu.yml
isodoc-1.0.10 .github/workflows/ubuntu.yml
isodoc-1.0.9 .github/workflows/ubuntu.yml
isodoc-1.0.8 .github/workflows/ubuntu.yml
isodoc-1.0.7 .github/workflows/ubuntu.yml
isodoc-1.0.6 .github/workflows/ubuntu.yml