Skip to content

Commit

Permalink
Add missing exception testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronweeden committed Aug 23, 2024
1 parent 4a93a34 commit 73a9042
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
- run: ./tests/integration/runtests.sh --junit-output-dir ~/phpunit
- run: ./tests/regression/post_ingest_test.sh --junit-output-dir ~/phpunit
- run: ./tests/component/runtests.sh --junit-output-dir ~/phpunit
- run:
name: Ensure that no XDMoD exceptions were logged
command: test ! -f /root/xdmod/logs/exceptions.log
- run: pushd $HOME && rm -f chromedriver_linux64.zip && wget https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_linux64.zip && popd
- run:
name: 'Bodge the nodejs version to run an older one for the webdriver tests'
Expand Down Expand Up @@ -120,6 +123,8 @@ jobs:
path: /var/log/php-fpm
- store_artifacts:
path: /var/log/php_errors.log
- store_artifacts:
path: /root/xdmod/logs
- store_test_results:
path: ~/phpunit

Expand Down

0 comments on commit 73a9042

Please sign in to comment.