We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922602d commit 569db5bCopy full SHA for 569db5b
1 file changed
.github/workflows/main.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
ruby-version: ${{ matrix.ruby-version }}
23
# bundler-cache: true
24
+ - run: bundle install
25
- env:
26
DETECTLANGUAGE_API_KEY: ${{ secrets.DETECTLANGUAGE_API_KEY }}
27
run: bundle exec rake spec
0 commit comments