Sha256: 030c422e546c022d878630a7a19589acb96932853952e9a21a5b9753b637590f

Contents?: true

Size: 561 Bytes

Versions: 8

Compression:

Stored size: 561 Bytes

Contents

name: windows

on:
  push:
    branches:
      - master

  pull_request:
    branches:
      - master

jobs:
  build:
    runs-on: windows-latest

    steps:
      - uses: actions/checkout@v2

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

      - name: Setup
        shell: pwsh
        run: |
          gem install bundler
          bundle config --local path vendor/bundle
          bundle install --jobs 4 --retry 3

      - name: Run tests
        run: bundle exec rspec --tag ~skip_in_windows

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fontist-1.3.0 .github/workflows/windows.yml
fontist-1.2.1 .github/workflows/windows.yml
fontist-1.2.0 .github/workflows/windows.yml
fontist-1.1.0 .github/workflows/windows.yml
fontist-1.0.0 .github/workflows/windows.yml
fontist-0.4.0 .github/workflows/windows.yml
fontist-0.3.0 .github/workflows/windows.yml
fontist-0.2.0 .github/workflows/windows.yml