Skip to content

run tests on push

run tests on push #1

Workflow file for this run

name: Run Tests
on:
push:
branches:
- '*'
jobs:
build-and-release:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
bundler-cache: true
- name: Build stub and run tests
run: |
rake build_stub
rake test