File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,19 @@ scripts:
18
18
- test -e ./react_with_react_dom_prod.js && { echo 'Verified prod bundle exists in CDN artifact.'; } || { echo 'Prod bundle /lib/react_with_react_dom_prod.js should exist in CDN artifact.'; exit 1; }
19
19
- test -e ./react_prod.js && { echo 'Verified prod bundle exists in CDN artifact.'; } || { echo 'Prod bundle /lib/react_prod.js should exist in CDN artifact.'; exit 1; }
20
20
- test -e ./react_dom_prod.js && { echo 'Verified prod DOM bundle exists in CDN artifact.'; } || { echo 'Prod DOM bundle /lib/react_dom_prod.js should exist in CDN artifact.'; exit 1; }
21
+
22
+ ---
23
+
24
+ name : verify-github-actions
25
+ description : Verify that the github actions run passed, this is needed to make pipelines pass without manual intervention
26
+ contact : ' Frontend Frameworks Architecture / #support-frontend-architecture'
27
+ image : drydock.workiva.net/workiva/skynet-images:3728345 # Uses the image from this branch: https://github.com/Workiva/skynet-images/pull/127
28
+ size : small
29
+ timeout : 600
30
+
31
+ env :
32
+ # encrypted github token used for requests to api.github.com
33
+ - secure : wqV2dUVmOMNZgll+/Sr4fra76p+gTvqRS3QvNQASg3hzoysFz7enBaKsXKXoPFj+jexOvFVN/m4rko272z/xZ6lBMRI=
34
+
35
+ scripts :
36
+ - python3 /actions/verify_github_actions.py
You can’t perform that action at this time.
0 commit comments