hack to install yarn on ci
This commit is contained in:
parent
c5c451ed18
commit
dff6c833ff
|
@ -110,6 +110,8 @@ case "$TARGET" in
|
|||
npm run jsdoc
|
||||
;;
|
||||
"realmjs")
|
||||
#HACK
|
||||
brew install yarn
|
||||
pushd src
|
||||
xctest RealmJS
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue