diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index f288b32..f813884 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: os: - - ubuntu-latest - #- macos-latest + - ubuntu + # - macos ruby: - "2.6" @@ -20,20 +20,19 @@ 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 + - name: Wait for the database to start up + run: sleep 5 env: AEROSPIKE_HOSTS: "127.0.0.1:3000" + CODECOV_ENABLED: "true" run: ${{matrix.env}} bundle exec rspec