Skip to content

Commit edd8c05

Browse files
committed
fix(plugin-js-packages): add provenance attestations
1 parent d9cdef0 commit edd8c05

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

CONTRIBUTING.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,6 @@ Make sure to install dependencies:
1212
npm install
1313
```
1414

15-
## Environment Variables
16-
17-
This table provides a quick overview of the environmental setup, with detailed explanations in the corresponding sections.
18-
19-
| Feature | Local Default | CI Default | Description |
20-
| ------------------------------- | ------------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------------- |
21-
| `env.INCLUDE_SLOW_TESTS` **❗️** | `false` | `true` | Controls inclusion of long-running tests. Overridden by setting. Details in the [Testing](#Testing) section. |
22-
| `env.CUSTOM_CHROME_PATH` | N/A | Windows **❗️❗️** | Path to Chrome executable. See [plugin-lighthouse/CONTRIBUTING.md](./packages/plugin-lighthouse/CONTRIBUTING.md#chrome-path). |
23-
| Quality Pipeline | Off | On | Runs all plugins against the codebase. |
24-
25-
**❗️** Test Inclusion Logic
26-
27-
- `INCLUDE_SLOW_TESTS='false'` skips long tests.
28-
- Without `INCLUDE_SLOW_TESTS`, tests run if `CI` is set.
29-
30-
**❗️❗️** Windows specific path set only in CI
31-
32-
- Some setups also require this setting locally.
33-
3415
## Development
3516

3617
Refer to docs on [how to run tasks in Nx](https://nx.dev/core-features/run-tasks).
@@ -119,3 +100,22 @@ The following optional folders can be present in a project root;
119100
- `mocks` - test fixtures and utilities specific for a given project
120101
- `docs` - files related to documentation
121102
- `tooling` - tooling related code
103+
104+
## Environment Variables
105+
106+
This table provides a quick overview of the environmental setup, with detailed explanations in the corresponding sections.
107+
108+
| Feature | Local Default | CI Default | Description |
109+
| ------------------------------- | ------------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------------- |
110+
| `env.INCLUDE_SLOW_TESTS` **❗️** | `false` | `true` | Controls inclusion of long-running tests. Overridden by setting. Details in the [Testing](#Testing) section. |
111+
| `env.CUSTOM_CHROME_PATH` | N/A | Windows **❗️❗️** | Path to Chrome executable. See [plugin-lighthouse/CONTRIBUTING.md](./packages/plugin-lighthouse/CONTRIBUTING.md#chrome-path). |
112+
| Quality Pipeline | Off | On | Runs all plugins against the codebase. |
113+
114+
**❗️** Test Inclusion Logic
115+
116+
- `INCLUDE_SLOW_TESTS='false'` skips long tests.
117+
- Without `INCLUDE_SLOW_TESTS`, tests run if `CI` is set.
118+
119+
**❗️❗️** Windows specific path set only in CI
120+
121+
- Some setups also require this setting locally.

0 commit comments

Comments
 (0)