Skip to content

Merge pull request #320 from XeroAPI/PETOSS-535-Publish-Ruby-SDK-afte… #522

Merge pull request #320 from XeroAPI/PETOSS-535-Publish-Ruby-SDK-afte…

Merge pull request #320 from XeroAPI/PETOSS-535-Publish-Ruby-SDK-afte… #522

Workflow file for this run

name: test-hook
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.0'
- name: Build and run tests
run: |
gem install bundler
bundle install