Skip to content

Commit

Permalink
chore: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoGabriel55 committed Oct 25, 2023
1 parent 1891f12 commit eda717e
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 @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
working-directory: ./backend
uses: actions/checkout@v3
working-directory: ./backend

- name: Install Ruby and gems
working-directory: ./backend
uses: ruby/setup-ruby@v1.157.0
working-directory: ./backend
with:
bundler-cache: true

Expand Down

0 comments on commit eda717e

Please sign in to comment.