Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ find .github/workflows -name "*.yaml" -exec awk '/uses:/{print $2 ","}' {} \; |
## Testing

Workflows can be locally tested using the [`act` CLI](https://github.com/nektos/act/).
Docker and [GiHub CLI](https://cli.github.com/) need also to be installed.
The [.github/workflows/tests/](./tests) folder contains test scripts and event payloads to locally trigger workflows.

> [!WARNING]
> Locally running workflows will still query GitHub backend and will update the GitHub project accordingly.
> Local workflow tests run against the repository and will potentially alter existing issues, milestones and releases.
> Pay extra attention to the workflow jobs you trigger to not create development disruption.
Loading