Skip to content

Commit 2d59486

Browse files
committed
update docs
1 parent bd9ab62 commit 2d59486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/dev-notes/workflows/test-action-workflow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
[This workflow](/.github/workflows/test-action.yml):
66

77
- Contains a step that executes the GitHub action provided by this repo.
8-
- Runs the action against a test template and a test issue form body.
8+
- Runs the action against a valid test template and a valid test issue form body.
99
- Checks that the output produced by the action is as expected.
10+
- Runs the action against a valid test template and an invalid test issue form body.
11+
- Checks that action should have failed the workflow.
1012

1113
Since this workflow executes the [Docker container action](https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action) it will build and execute the docker container so if there are any issues with the action's [Dockerfile](/Dockerfile) this workflow will detect it.

0 commit comments

Comments
 (0)