Sha256: 63bb4c8e69d2ed41c44755037cbfcce04b74ec3747cdd44a6149560f373066bf

Contents?: true

Size: 448 Bytes

Versions: 8

Compression:

Stored size: 448 Bytes

Contents

name: ubuntu

on:
  push:
    branches:
      - master

  pull_request:
    branches:
      - master

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - uses: actions/setup-ruby@v1
        with:
          ruby-version: 2.6

      - name: Install bundler
        run: gem install bundler

      - name: Setup
        run: bin/setup

      - name: Run tests
        run: TEST_ENV=CI bin/rspec --tag ~dev

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fontist-1.7.3 .github/workflows/ubuntu.yml
fontist-1.7.2 .github/workflows/ubuntu.yml
fontist-1.7.1 .github/workflows/ubuntu.yml
fontist-1.7.0 .github/workflows/ubuntu.yml
fontist-1.6.0 .github/workflows/ubuntu.yml
fontist-1.5.1 .github/workflows/ubuntu.yml
fontist-1.5.0 .github/workflows/ubuntu.yml
fontist-1.4.0 .github/workflows/ubuntu.yml