Skip to content

Commit

Permalink
fix ruby action
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded committed Oct 16, 2024
1 parent 3ee4bfc commit d2ff5dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
working-directory: ./expression-ruby
steps:
- uses: actions/checkout@v4
- name: Build
run: rake compile
- name: install dependencies
run: bundle install
- name: build
run: bundle exec rake compile
- name: Run tests
run: rake spec
run: bundle exec rake spec

0 comments on commit d2ff5dd

Please sign in to comment.