Skip to content

Commit

Permalink
.github/workflows/code.yml: fix typo bundle install
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Li <philip.li@intel.com>
  • Loading branch information
rli9 committed Jan 14, 2024
1 parent ea1a9c0 commit 84028c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle Install
run: bundle install
- run: rubocop -v
- name: Run tests
run: bundle exec rake code

0 comments on commit 84028c8

Please sign in to comment.