-
Notifications
You must be signed in to change notification settings - Fork 53
projects(Teamtype): use demo module in tests without examples #1939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,11 +34,6 @@ | |
| module = ./programs/teamtype/module.nix; | ||
| examples."Enable Teamtype" = { | ||
| module = ./programs/teamtype/examples/basic.nix; | ||
| tests.basic.module = import ./programs/teamtype/tests/basic.nix args; | ||
| tests.basic.problem.broken.reason = '' | ||
| Needs a self-hosted relay server to work non-interactively (without internet). | ||
| Requires: https://github.com/teamtype/teamtype/issues/344 | ||
| ''; | ||
|
Comment on lines
-37
to
-41
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Self-hosted relays still don't exist AFAIK, so the test shouldn't be unbroken. Please revert this. |
||
| }; | ||
| }; | ||
| }; | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ | |
| imports = [ | ||
| sources.modules.ngipkgs | ||
| sources.modules.programs.teamtype | ||
| sources.examples.Teamtype."Enable Teamtype" | ||
| sources.demos.Teamtype.shell | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A demo can be either |
||
| ]; | ||
| services.getty.autologinUser = "root"; | ||
| }; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already composed in overview/demo/default.nix. We could just expose
raw-demosand pass that tosources.