Skip to content

Commit

Permalink
tests: Set ckan_site_url to the value used for testing in test container
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Oct 25, 2023
1 parent da95b30 commit f6fac5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
CKAN_DATASTORE_READ_URL: postgresql://datastore_read:pass@postgres/datastore_test
CKAN_SOLR_URL: http://solr:8983/solr/ckan
CKAN_REDIS_URL: redis://redis:6379/1
CKAN_SITE_URL: http://odp.test

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f6fac5e

Please sign in to comment.