-
Notifications
You must be signed in to change notification settings - Fork 854
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the local packse workflow work again: ``` # In packse: uv run --extra index --extra serve packse serve --no-hash scenarios & # In uv: UV_TEST_INDEX_URL="http://localhost:3141/simple/" ./scripts/scenarios/generate.py ``` Bugs fixed: * The default scenario pattern didn't match anything. * The snapshot update test command was wrong since the test centralization * Snapshot update failures would not be reported
- Loading branch information
Showing
2 changed files
with
18 additions
and
6 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