pulumi/pkg/testing
Matt Ellis aba89792c4 Don't use a per test cache
The use of a per test cache is problematic right now because when run
on Node 11 it forces every test to build its own copy of gRPC from
source, which is very slow.

Go back to the shared cache (with --mutex network) but add a command
after running `yarn install` which cleans any local packages that were
installed. This is, unfortunately, the best we can do for now.
2018-11-16 09:47:28 -08:00
..
integration Don't use a per test cache 2018-11-16 09:47:28 -08:00
environment.go Add git head ref name to update metadata (#2033) 2018-10-08 11:13:21 -07:00