Skip to content

Commit

Permalink
Change order from fastest to slowest for quicker feedback on islandor…
Browse files Browse the repository at this point in the history
…a site failure
  • Loading branch information
joecorall authored Nov 15, 2024
1 parent 5d5b780 commit 846041b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ 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 islandora_tests
run: python tests/islandora_tests.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
env:
REQUESTS_CA_BUNDLE: ${{ github.workspace }}/isle-site-template/certs/rootCA.pem

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

0 comments on commit 846041b

Please sign in to comment.