Skip to content

Commit

Permalink
add HEROKU_USER_ID env var to ci [#94]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidji99 committed Apr 20, 2020
1 parent 49c38c3 commit 7dc20c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
HEROKU_TEST_USER: [email protected]
HEROKU_NON_ADMIN_TEST_USER: [email protected]
HEROKU_SLUG_ID: 8527dbf3-c0a0-4255-beab-aca0aad1dfc9
HEROKU_USER_ID: 04eb779f-b046-4bc3-9b7e-d2c8512c3927
GOFLAGS: "-mod=vendor"
# TF_LOG: DEBUG
1 change: 1 addition & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The following parameters are available for running the test. The absence of some
* **HEROKU_NON_ADMIN_TEST_USER**(`string`) The name of an existing non-admin user belonging to the organization, that will be used for various test cases.
* **HEROKU_SLUG_ID**(`string`) The ID of an existing slug built in the Common Runtime (otherwise "Slug not compatible with space" errors will be thrown)
* **HEROKU_SPACES_ORGANIZATION**(`string`) The Heroku Enterprise Team for which Heroku Private Space tests will be run under.
* **HEROKU_USER_ID**(`string`) The UUID of an existing Heroku user.
* **TF_LOG**(`DEBUG|TRACE`) Enables more detailed logging of tests, including http request/responses.

For example:
Expand Down

0 comments on commit 7dc20c2

Please sign in to comment.