Skip to content

Commit

Permalink
add database params to the test container also
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed May 14, 2024
1 parent 3ffdf5d commit 06732ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actions-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ services:
- ADMIN_PASS=b
- SECRET_SALT=abc123
- IDP_NAME=x
- MYSQL_HOST=db
- MYSQL_DATABASE=silauth
- MYSQL_USER=silauth
- MYSQL_PASSWORD=silauth
volumes:
- ./dockerbuild/run-integration-tests.sh:/data/run-integration-tests.sh
- ./dockerbuild/run-metadata-tests.sh:/data/run-metadata-tests.sh
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ services:
- pwmanager.local
- test-browser
environment:
- MYSQL_HOST=db
- MYSQL_DATABASE=silauth
- MYSQL_USER=silauth
- MYSQL_PASSWORD=silauth
- COMPOSER_CACHE_DIR=/composer
- PROFILE_URL_FOR_TESTS=http://pwmanager.local/module.php/core/authenticate.php?as=ssp-hub
- [email protected]
Expand Down

0 comments on commit 06732ca

Please sign in to comment.