Skip to content

Commit be7a3b6

Browse files
committed
chore: fix runngin rubocop in CI
1 parent 6734dcb commit be7a3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
env:
6363
BUNDLE_JOBS: 4
6464
BUNDLE_RETRY: 10
65-
BUNDLE_WITHOUT: development
65+
BUNDLE_WITHOUT: test
6666

6767
steps:
6868
- uses: actions/checkout@master

0 commit comments

Comments
 (0)