Skip to content

ci: add tests

ci: add tests #12

Workflow file for this run

name: Test
on:
pull_request:
branches: ["master"]
paths-ignore:
- 'README.md'
- LICENSE
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
working-directory: ./tests
- name: run bashcov
run: bundle exec bashcov setuper