Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed Dec 5, 2024
1 parent 3d67092 commit 54d45d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/2018-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
with:
ruby-version: ${{ steps.determine-ruby-version.outputs.VERSION }}
bundler-cache: true
working-directory: ./2018/ruby
- name: Run tests
run: bundle exec rspec
1 change: 1 addition & 0 deletions .github/workflows/2021-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
with:
ruby-version: ${{ steps.determine-ruby-version.outputs.VERSION }}
bundler-cache: true
working-directory: ./2021/ruby
- name: Run tests
run: bundle exec rspec

0 comments on commit 54d45d3

Please sign in to comment.