Skip to content

Commit

Permalink
Update README for the test build.
Browse files Browse the repository at this point in the history
  • Loading branch information
eason9487 committed Nov 30, 2023
1 parent d3e544d commit 525805b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/github-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ Create a test build on the given branch and commit it to a separate branch with
1. Manually run the workflow with the target branch.
1. Wait for the triggered workflow run to complete.
1. View the summary of the workflow run to use the test build.
1. Take the branch name `add/my-action` and action path `greet-visitor` as an example. After a test build is created, it should be able to test the custom action by `woocommerce/grow/greet-visitor@add/my-action-test-build`
1. Delete the test branch once it is no longer needed.
1. Take the branch name `add/my-action` and action path `greet-visitor` as an example:
- After a test build is created, it should be able to test the custom action by `woocommerce/grow/greet-visitor@add/my-action-test-build`.
- After the `add/my-action` branch is deleted, the Workflow [GitHub Actions - Delete Test Build](https://github.com/woocommerce/grow/actions/workflows/github-actions-delete-test-build.yml) will delete the `my-action-test-build` branch.

### Directory structure of release build

Expand Down

0 comments on commit 525805b

Please sign in to comment.