Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage #131

Merged
merged 13 commits into from
Aug 14, 2024
13 changes: 5 additions & 8 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
#- macos-latest
- ubuntu
# - macos

ruby:
- "2.6"
Expand All @@ -20,20 +20,17 @@ jobs:
experimental: [false]
env: [""]

# include:
# - os: ubuntu
# ruby: head
# experimental: true
steps:
- name: Set up Aerospike Database
uses: reugn/github-action-aerospike@v1
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: Set up Aerospike Database
uses: reugn/github-action-aerospike@v1
- name: Run tests
timeout-minutes: 30
env:
AEROSPIKE_HOSTS: "127.0.0.1:3000"
CODECOV_ENABLED: "false"
khaf marked this conversation as resolved.
Show resolved Hide resolved
run: ${{matrix.env}} bundle exec rspec
Loading