Skip to content

Commit

Permalink
disable media standalone URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 14, 2024
1 parent d371d53 commit 485829f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Run integration test

on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,6 +44,9 @@ jobs:
python -m pip install --upgrade pip
python setup.py install
# disable media standalone URL
docker exec isle-site-template-drupal-dev-1 drush config:set media.settings standalone_url FALSE -y
- name: Run unittests
run: |
python tests/islandora_tests.py

0 comments on commit 485829f

Please sign in to comment.