Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Remove bundler version #8

Merged
merged 3 commits into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: go install github.com/filecoin-project/go-fil-commp-hashhash/cmd/stream-commp@fe93a7f

- name: Install Ruby
run: sudo apt-get update && sudo apt install ruby && sudo gem install bundler
run: sudo apt-get update && sudo apt install ruby && sudo gem install bundler -v 2.1.2

- name: Install Ruby RSpec
run: bundle2.7 install --path .bundle
run: bundle install --path .bundle

- name: Run regression test
run: make test
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ build:
go build -ldflags "-s -w" -o generate-car ./generate-car.go

test:
bundle2.7 exec rspec -f d
bundle exec rspec -f d