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

Commit

Permalink
Merge pull request #8 from tech-greedy/xinaxu/fix-bundler-version
Browse files Browse the repository at this point in the history
Remove bundler version
  • Loading branch information
xinaxu authored Feb 27, 2023
2 parents 2e7d814 + 99f3b80 commit 6645e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 6645e68

Please sign in to comment.