diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c22b9ce..2d0cc1e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,8 +1,12 @@ name: 🛠🐍 Unit tests on: + pull_request: push: branches: - master + schedule: + - cron: '0 4 * * *' + workflow_dispatch: jobs: build: @@ -12,7 +16,7 @@ jobs: fail-fast: false matrix: python-version: [ '3.12' ] - cratedb-version: [ '5.10.5' ] + cratedb-version: [ 'nightly' ] services: cratedb: image: crate/crate:${{ matrix.cratedb-version }} diff --git a/pyproject.toml b/pyproject.toml index ca823f7..2a094ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ [project.urls] "Home Page" = "https://github.com/surister/cratedb-django" -DOCUMENTATION = "https://github.com/surister/cratedb-django" +Documentation = "https://github.com/surister/cratedb-django" Repository = "https://github.com/surister/cratedb-django.git" GitHub = "https://github.com/surister/cratedb-django" Changelog = "https://github.com/surister/cratedb-django/releases"