-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `stdout` to the playwright config * tmp: test UI change * add env var * try on push * try triggers * more debug * uncomment condition * fix pr checkout * try additional jlpm * try copy yarnrc * try jlpm install * run base setup after * try jlpm install * try start_server_script * try installing yarn 3 * try alias * try with custom action * undo previous debug * undo test changes * Use `npm_client` * Update to upstream action
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ module.exports = { | |
port: 8888, | ||
timeout: 120 * 1000, | ||
reuseExistingServer: true, | ||
stdout: 'pipe', | ||
}, | ||
], | ||
}; |