Skip to content

Merge pull request #15 from ssunday/update-and-s3-download #1

Merge pull request #15 from ssunday/update-and-s3-download

Merge pull request #15 from ssunday/update-and-s3-download #1

Workflow file for this run

name: 'CI'
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests
run: make