Skip to content

Extend tk Sample #10 #2

Extend tk Sample #10

Extend tk Sample #10 #2

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