Skip to content

Commit

Permalink
tests: Use ckan/ckan-dev image, not outdated openknowledge one
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Aug 26, 2024
1 parent dc70a68 commit 3fc9645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
-v "/home/runner/work/_actions":"/__w/_actions" -v "/opt/hostedtoolcache":"/__t" \
-v "/home/runner/work/_temp/_github_home":"/github/home" \
-v "/home/runner/work/_temp/_github_workflow":"/github/workflow" \
--entrypoint "tail" openknowledge/ckan-dev:${{ matrix.ckan-version }} "-f" "/dev/null"
--entrypoint "tail" ckan/ckan-dev:${{ matrix.ckan-version }} "-f" "/dev/null"
docker start test_ckan
- name: Install requirements and set up ckanext
run: |
Expand Down

0 comments on commit 3fc9645

Please sign in to comment.