From d91c3ccd4dd8a7d1c5a3bd4b5da9302390670ae1 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 7 Sep 2023 18:49:36 +0200 Subject: [PATCH] CI: Provide CrateDB nightly to the test suite on GHA --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76d9d5e..0f94775 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,14 @@ jobs: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} + # https://docs.github.com/en/free-pro-team@latest/actions/guides/about-service-containers + services: + cratedb: + image: crate/crate:nightly + ports: + - 4200:4200 + - 5432:5432 + name: Python ${{ matrix.python-version }} on OS ${{ matrix.os }} steps: