Skip to content

Commit

Permalink
Add minio to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leela committed Jul 19, 2020
1 parent 34eebd6 commit 8c917db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/toolkit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ jobs:
source ~/venv/bin/activate
./runtests.sh
env:
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:${{ job.services.postgres.ports['5432'] }}/postgres
TEST_DATABASE_URL: postgres://postgres:postgres@localhost:${{ job.services.postgres.ports['5432'] }}/postgres
TEST_AWS_ACCESS_KEY_ID: minio
TEST_AWS_SECRET_ACCESS_KEY: minio123
TEST_AWS_ENDPOINT_URL: http://minio.maverix.leela.rorodata.net/

0 comments on commit 8c917db

Please sign in to comment.