Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
update enterprise-portal-e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Aug 16, 2024
1 parent a6f6455 commit 0d8d554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/enterprise-portal/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
This are curreently manually run only, and intended for use in development to sanity-check the end-to-end implementation of Enterprise Portal RPCs.

```sh
sg start dotcom
sg start -cmd enterprise-portal
sg test enterprise-portal-e2e
```
4 changes: 1 addition & 3 deletions sg.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2184,11 +2184,9 @@ tests:
cmd: pnpm test-integration:debug

enterprise-portal-e2e:
# After EP stops requiring dotcomdb, we can update this to just require
# `sg start -cmd enterprise-portal`
preamble:
An Enterprise Portal instance must be already running for these tests to
work, most commonly with `sg start dotcom`.
work, most commonly with `sg start -cmd enterprise-portal`.

This will leave a lot of data behind in your local database - you can
delete everything using `psql -d sourcegraph -c TRUNCATE TABLE enterprise_portal_subscriptions CASCADE;`.
Expand Down

0 comments on commit 0d8d554

Please sign in to comment.