From fa7615c74ddc8b111215331eb189ac4ff69527fb Mon Sep 17 00:00:00 2001 From: amercader Date: Tue, 28 Jan 2025 10:51:06 +0100 Subject: [PATCH] Fix actions workflow again --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c9026d..6e66a58 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ 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: ckan/ckan-dev:${{ matrix.ckan-image }} + image: ${{ matrix.ckan-image }} options: --user root services: solr: