Skip to content

Commit

Permalink
Merge pull request #52 from hotosm/docs/auto-doc-update-workflows
Browse files Browse the repository at this point in the history
auto-doc: updated workflows docs
  • Loading branch information
spwoodcock authored Apr 10, 2024
2 parents cacf6e8 + 0549d8f commit 45d59e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/test_pnpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ Set up the PNPM environment and run tests using

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| ----------------------------------------------------------------- | ------ | -------- | ------- | --------------------------------------------------- |
| <a name="input_working_dir"></a>[working_dir](#input_working_dir) | string | false | `"."` | The directory containing the package.json <br>file. |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
| -------------------------------------------------------------------------------- | ------ | -------- | --------------------- | ------------------------------------------------------------------------------ |
| <a name="input_container_config"></a>[container_config](#input_container_config) | string | false | `"{\"image\": null}"` | Run with a custom docker <br>image, instead of directly on <br>Ubuntu machine. |
| <a name="input_run_command"></a>[run_command](#input_run_command) | string | false | `"test"` | The command to run: `pnpm run xxx`. |
| <a name="input_working_dir"></a>[working_dir](#input_working_dir) | string | false | `"."` | The directory containing the package.json <br>file. |

<!-- AUTO-DOC-INPUT:END -->

Expand Down

0 comments on commit 45d59e0

Please sign in to comment.