Skip to content

Commit

Permalink
yarn needs to be installed
Browse files Browse the repository at this point in the history
Signed-off-by: dheerajd-msys <[email protected]>
  • Loading branch information
dheerajd-msys committed Jul 29, 2021
1 parent 4caacac commit d873e22
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
expeditor:
cached_folders:
- vendor
defaults:
buildkite:
timeout_in_minutes: 30

steps:

#########################################################################
# Component Tests
#########################################################################

- label: omnibus
command:
- /workdir/scripts/bk_tests/bk_install.sh
- gem uninstall bundler -v '>= 2.0.1' -a
- cd /workdir/omnibus; make install
- make ci
expeditor:
executor:
docker:
image: "chefes/a1-buildkite"
environment:
- LUALIB=~/.luarocks/lib/lua/5.2
- COMPONENT=omnibus
9 changes: 9 additions & 0 deletions scripts/bk_tests/bk_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

set -e

echo "Installing test dependencies"
apt-get update -y
apt-get install npm -y
npm install yarn -g

0 comments on commit d873e22

Please sign in to comment.