diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e4b6a07..dd4fa883 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: matrix: ruby-version: ['3.1', '3.2', '3.3'] name: integration-tests (ruby ${{ matrix.ruby-version }}) - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby-version }} diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 346e72a5..18170866 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -37,6 +37,7 @@ require 'meilisearch' require 'byebug' +require 'time' # Globals for all tests URL = format('http://%s:%s',