Browse Source

Install development jobs

`--without development` imported from .travis.yml does not seem to work.
Akinori MUSHA 3 years ago
parent
commit
470d550ace
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -28,7 +28,7 @@ jobs:
       - name: Set up Ruby
         uses: ruby/setup-ruby@v1
         env:
-          BUNDLE_WITHOUT: "development:production"
+          BUNDLE_WITHOUT: "production"
         with:
           ruby-version: ${{ matrix.ruby }}
           bundler-cache: true