From 62f60864c7edbe294ae9a661812c6779a9955f96 Mon Sep 17 00:00:00 2001 From: oleksandrivaniuk Date: Thu, 21 Mar 2024 10:59:03 +0200 Subject: [PATCH] update test.yml --- .github/workflows/test.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d917f45..d2e3e1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,12 +7,12 @@ jobs: # The CKAN version tag of the Solr and Postgres containers should match # the one of the container the tests run on. # You can switch this base image with a custom image tailored to your project - image: openknowledge/ckan-dev:2.9 + image: ckan/ckan-dev:2.10 services: solr: - image: ckan/ckan-solr-dev:2.9 + image: ckan/ckan-solr:2.10-solr9 postgres: - image: ckan/ckan-postgres-dev:2.9 + image: ckan/ckan-postgres-dev:2.10 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -29,7 +29,7 @@ jobs: CKAN_REDIS_URL: redis://redis:6379/1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install requirements # Install any extra requirements your extension has here (dev requirements, other extensions etc) run: | @@ -44,5 +44,4 @@ jobs: ckan -c test.ini db init - name: Run tests - run: pytest --ckan-ini=test.ini --cov=ckanext.test --disable-warnings ckanext/test - + run: pytest --ckan-ini=test.ini --cov=ckanext.relationship --disable-warnings ckanext/relationship \ No newline at end of file