Skip to content

Commit

Permalink
make them separate jobs for easier viewing
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 14, 2024
1 parent fb072e1 commit fb75b6f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,14 @@ 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 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
- name: Run islandora_tests
run: python tests/islandora_tests.py

- name: Run islandora_tests_check
run: python tests/islandora_tests_check.py

- name: Run islandora_tests_hooks
run: python tests/islandora_tests_hooks.py

- name: Run islandora_tests_paged_content
run: python tests/islandora_tests_paged_content.py

0 comments on commit fb75b6f

Please sign in to comment.