react-native-community / react-native-circleci-orb

A CircleCI Orb to Simplify Testing your React Native App
MIT License
176 stars 80 forks source link

persist_to_workspace paths accepts list of string, not string #108

Open wolverineks opened 3 years ago

wolverineks commented 3 years ago

Orb version

v5.4.0

according to docs, persist_to_workspace paths accepts list of string https://circleci.com/docs/2.0/configuration-reference/#persisttoworkspace

orb provides a string, in several places

also, something about the path can't be root of the workspace, not sure if thats what . is

vscode yml extension indicates the same

ive seen . path provided elsewhere, so maybe its actually valid?