Skip to content

fix: currency formatting and fixes test spec #12

fix: currency formatting and fixes test spec

fix: currency formatting and fixes test spec #12

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec appraisal install
- run: bundle exec appraisal rake