diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e20365..86c6aa2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,8 @@ jobs: build: runs-on: ubuntu-latest name: Ruby ${{ matrix.ruby }} + env: + BUNDLE_PATH: vendor/bundle strategy: matrix: ruby: diff --git a/README.md b/README.md index b92b8c1..ef73c14 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,10 @@ If you use classes which have `Sending` namespace, remove the namespace like in ## Contributing -Bug reports and pull requests are welcome on [GitHub](https://github.com/railsware/mailtrap-ruby). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md). +Bug reports and pull requests are welcome on +[GitHub](https://github.com/railsware/mailtrap-ruby). This project is intended +to be a safe, welcoming space for collaboration, and contributors are expected +to adhere to the [code of conduct](CODE_OF_CONDUCT.md). ## Development