Skip to content

Commit

Permalink
Add other integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 14, 2024
1 parent 7113b67 commit fb072e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
docker exec isle-site-template-drupal-dev-1 drush config:set media.settings standalone_url FALSE -y
docker exec isle-site-template-drupal-dev-1 drush cr
- name: Run unittests
- name: Run tests
run: |
python tests/islandora_tests.py
python tests/islandora_tests_check.py
python tests/islandora_tests_hooks.py
python tests/islandora_tests_paged_content.py

0 comments on commit fb072e1

Please sign in to comment.