Sha256: 03761417b01121bba39a0e6ada59e43d68d5311abfb8020c398edd1fdfe02925

Contents?: true

Size: 610 Bytes

Versions: 14

Compression:

Stored size: 610 Bytes

Contents

name: Test Draw

on:
  push:
    branches: [master]
  pull_request:

jobs:
  test:
    runs-on: macos-latest

    steps:
      - name: ruby 3.2
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.2

      - name: checkout
        uses: actions/checkout@v2

      - name: setup gems
        run: bundle install

      - name: setup dependencies
        run: "ruby -I.github/workflows -rutils -e 'setup_dependencies'"

      - name: setup chrome
        uses: browser-actions/setup-chrome@latest
        with:
          chrome-version: stable

      - name: test
        run: rake test:draw

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
processing-1.1.6 .github/workflows/test-draw.yml
processing-1.1.5 .github/workflows/test-draw.yml
processing-1.1.4 .github/workflows/test-draw.yml
processing-1.1.3 .github/workflows/test-draw.yml
processing-1.1.2 .github/workflows/test-draw.yml
processing-1.1.1 .github/workflows/test-draw.yml
processing-1.1 .github/workflows/test-draw.yml
processing-1.0.3 .github/workflows/test-draw.yml
processing-1.0.2 .github/workflows/test-draw.yml
processing-1.0.1 .github/workflows/test-draw.yml
processing-0.5.34 .github/workflows/test-draw.yml
processing-0.5.33 .github/workflows/test-draw.yml
processing-0.5.32 .github/workflows/test-draw.yml
processing-0.5.31 .github/workflows/test-draw.yml