Skip to content

Commit

Permalink
Set gemfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
patch0 committed Jul 4, 2024
1 parent 41e8e74 commit a779aa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
permissions:
contents: read
packages: read

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_6.1.gemfile
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_6.1.gemfile
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a779aa7

Please sign in to comment.