We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--without development
2 parents 3c72601 + d8a390b commit 39d660bCopy full SHA for 39d660b
2 files changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install dependencies
33
run: |
34
- bundle install --jobs 4 --without development
+ bundle install --jobs 4
35
36
- name: Sus Tests
37
run: bundle exec sus
.github/workflows/coverage.yml
@@ -37,7 +37,7 @@ jobs:
38
39
40
41
42
- name: Generate coverage report
43
0 commit comments