Skip to content

Commit

Permalink
Pass BUNDLE_WITHOUT: development to skip gems for development
Browse files Browse the repository at this point in the history
Co-authored-by: Josef Šimánek <[email protected]>
  • Loading branch information
mishina2228 and simi committed Apr 20, 2022
1 parent cb60f17 commit 7f37235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
# On the fail-fast: true, it cancels all in-progress jobs
# if any matrix job fails unlike Travis fast_finish.
fail-fast: false
env:
BUNDLE_WITHOUT: development
steps:
- uses: actions/checkout@v3
- name: Install openssl
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest

env:
BUNDLE_WITHOUT: development
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.4
Expand Down

0 comments on commit 7f37235

Please sign in to comment.