parent
5736744111
commit
e70459b572
@ -15,14 +15,14 @@ AllSpice actions is the building block of Continuous Integration and Continous D
|
||||
|
||||
## How they work?
|
||||
|
||||
AllSpice Actions operate similarly to other CI/CD solutions like GitLab CI/CD or GitHub Actions. The process begins with an event within your repository (e.g., a new design review) that triggers a runner to execute a specific set of tasks. These tasks are grouped into workflows, where each task is essentially a script performing a specific function. You can use custom scripts or pre-made ones from the AllSpice library. Additionally, you can include as many tasks as needed in a workflow and have multiple workflows in your repository. Below is a simplified diagram of how an AllSpice Action works. For more information, please refer to our Actions documentation.
|
||||
AllSpice Actions operate similarly to other CI/CD solutions like GitLab CI/CD or GitHub Actions. The process begins with an event within your repository (e.g., a new design review) that triggers a runner to execute a specific set of tasks. These tasks are grouped into workflows, where each task is essentially a script performing a specific function. You can use custom scripts or pre-made ones from the AllSpice library. Additionally, you can include as many tasks as needed in a workflow and have multiple workflows in your repository. Below is a simplified diagram of how an AllSpice Action works. For more information, please refer to our [Actions documentation.](https://learn.allspice.io/docs/actions-cicd)
|
||||
|
||||
<div align="left">
|
||||
<img src="./images/Actions-workflows.png">
|
||||
</div>
|
||||
|
||||
### Testing an Action
|
||||
Want to see how this works right away? Clone this repo, go to the issues tab and create a new issue. Then, go to the actions tab within the repo and you will find the results log for the runned workflows. You can also go to this repo's actions tab and see the runned workflows.
|
||||
Want to see how this works right away? Clone this repo, go to the issues tab and create a new issue. Then, go to the actions tab within the repo and you will find the results log for the runned workflows. You can also go to [this repo's actions tab](https://hub.allspice.io/AllSpice-Demos/Actions-Hub/actions) and see the runned workflows.
|
||||
|
||||
## Top 3 Actions Add-ons
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user