Skip to content

Commit

Permalink
remove bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
meghaniankov committed Jan 10, 2024
1 parent 5992dbc commit 0b401e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
with:
bundler-cache: true
ruby-version: 3.2.2
- run: bundle install
- run: rake spec
1 change: 0 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
bundler-cache: true
ruby-version: 3.2.2
- run: bundle install
- run: rake spec

build:
Expand Down

0 comments on commit 0b401e2

Please sign in to comment.