Skip to content

Add github workflows for CI #9

Add github workflows for CI

Add github workflows for CI #9

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
env:
ImageOS: ubuntu20
BUNDLE_RUBYGEMS__PKG__GITHUB__COM: ${{ secrets.BUNDLE_RUBYGEMS__PKG__GITHUB__COM }}
BUNDLE_GITHUB__COM: ${{ secrets.BUNDLE_GITHUB__COM }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Tests
run: bundle exec ruby test/automated.rb