Skip to content

Commit

Permalink
CI: Provide CrateDB nightly to the test suite on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 7, 2023
1 parent 478e76f commit 998a313
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 998a313

Please sign in to comment.