Skip to content

Commit

Permalink
only run the metadata tests from run-metadata-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed May 24, 2024
1 parent ca28a15 commit 74a99b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dockerbuild/run-metadata-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -x
cd /data
export COMPOSER_ALLOW_SUPERUSER=1; composer install

./vendor/bin/phpunit -v tests/
./vendor/bin/phpunit -v tests/MetadataTest.php
4 changes: 4 additions & 0 deletions dockerbuild/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ set -e
set -x

/data/run-metadata-tests.sh

./vendor/bin/phpunit -v tests/AnnouncementTest.php
./vendor/bin/phpunit -v tests/IdpDiscoTest.php

/data/run-integration-tests.sh

0 comments on commit 74a99b3

Please sign in to comment.