Skip to content

Commit

Permalink
Fix yml filenames in testing doc (#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
duanemay authored Feb 5, 2025
1 parent a88adc5 commit a7a9840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ UAA can also be ran standalone to test tweaks in a live instance.

To run these databases locally, use the docker-compose script:

$ docker compose --file scripts/docker-compose.yaml up
$ docker compose --file scripts/docker-compose.yml up

If you wish to launch only one of the DBs, select the appropriate service name:

$ docker compose --file scripts/docker-compose.yaml up postgresql
$ docker compose --file scripts/docker-compose.yml up postgresql

To run tests against either Postgres or MySQL, use the `postgresql` or `mysql` profile, to select the DB. Be sure
to add the `default` profile which will trigger seeding the database with some admin users, clients, etc. For example:
Expand Down

0 comments on commit a7a9840

Please sign in to comment.