You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
9
9
- 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.
10
12
11
13
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