Sha256: 81659bf2256e7034e27887ff1efcd343a3c50a1c9c8c594a5cb75432e96088dc

Contents?: true

Size: 572 Bytes

Versions: 8

Compression:

Stored size: 572 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 --tag ~dev

Version data entries

8 entries across 8 versions & 1 rubygems

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