Adam Ross

Results 109 comments of Adam Ross

YAML syntax issue. ``` diff /*doc --- -Title: Component Title -Name: component_name -Category: component category +title: Component Title +name: component_name +category: component category --- ```

Had no output for ``` node .github/workflows/utils/generate.js -s functions/v2/imagemagick/ ``` Going to look at copying another workflow in use for functions/v2.

Here are some notes towards Option 2 from the OP: Illustrating the thought just a bit further (this is a thought experiment, not tested!) in functions-v2-imagemagick.yaml: Add a new job:...

Ah, thank you for pointing this out. I saw a couple examples of the samples using the workflow-secrets template but I interpreted them as one-off forks of the reusable `test.yml`....

In order for this to pass, we need two environment variables in the test runtime: * `FUNCTIONS_BUCKET` where the image to be scanned is loaded * `BLURRED_BUCKET_NAME` where the modified...

Reassigning to @pattishin to clarify this is blocked on my end until we have preferred direction on configuring the system test behaviors.

This has various conflicts as a result of merging #3789

Avoid she'll commands for filesystem, node.js fs package helps with portability. You could potentially use vinyl directly for memory filesystem, but at that point you're creating your own lightweight task...

Hi there, and thanks for the contribution. I'm still trying to get time together to fix blocking tests, and am planning to have a light breaking change for Node 8...