Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-cb committed Jun 11, 2024
1 parent 7e51f73 commit 17ed645
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: bundle exec rspec
env:
ACTIVE_MODEL_VERSION: ${{ matrix.gemfile }}
COUCHBASE_VERSION: ${{ matrix.couchbase }}
BUNDLE_PATH: vendor/bundle
deploy:
needs: test
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 17ed645

Please sign in to comment.