Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Mar 30, 2024
1 parent b75312a commit 6b2d026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout
uses: actions/checkout@v3
- name: Install Ruby and gems
uses: ruby/setup-ruby
uses: ruby/setup-ruby@v3
with:
bundler-cache: true
- name: Run tests
Expand Down

0 comments on commit 6b2d026

Please sign in to comment.