diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..d754b9d --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,21 @@ +name: Test + +on: push + +env: + bundle-cache: vendor/bundle + BUNDLE_JOBS: 3 + BUNDLE_RETRY: 3 + +jobs: + backend-test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.6.6 + bundler-cache: true + - name: Build and test with rspec + run: | + bundle exec rspec diff --git a/.rspec b/.rspec index 53607ea..7438fbe 100755 --- a/.rspec +++ b/.rspec @@ -1 +1,2 @@ --colour +--format documentation diff --git a/README.md b/README.md index 1f69728..fda0365 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [OmniAuth](https://github.com/intridea/omniauth) Strategy for [salesforce.com](salesforce.com). -Note: This is a fork of the [original](https://github.com/richardvanhook/omniauth-salesforce) project and is now the main repository for the omniauth-salesforce gem. +Note: This is an Accel fork of the fork of the [original](https://github.com/richardvanhook/omniauth-salesforce) project - due to dependencies not being updated. ## See it in action