Sha256: 89c8267682f6e8d1b50fe4519c5f41763f5ac0c48719bd84db8f15e2ebffc132

Contents?: true

Size: 860 Bytes

Versions: 2

Compression:

Stored size: 860 Bytes

Contents

name: Tests

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby: [ '2.5', '2.6', '2.7', '3.0' ]
    name: Ruby ${{ matrix.ruby }}
    steps:
    - uses: actions/checkout@v2
    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
    - name: Run Tests
      env:
        PAYSAFE_ACCOUNT_NUMBER: test
        PAYSAFE_API_KEY: test
        PAYSAFE_API_SECRET: test
        PAYSAFE_SUT_API_KEY: test
        PAYSAFE_SUT_API_SECRET: test
        PAYSAFE_UNITY_API_KEY: test
        PAYSAFE_UNITY_API_SECRET: test
        PAYSAFE_UNITY_SUT_API_KEY: test
        PAYSAFE_UNITY_SUT_API_SECRET: test
      run: |
        bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
paysafe-0.14.0 .github/workflows/ci.yml
paysafe-0.13.0 .github/workflows/ci.yml