File tree Expand file tree Collapse file tree 3 files changed +5
-22
lines changed Expand file tree Collapse file tree 3 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 31
31
if ENV [ "BUNDLE_GEMFILE" ] . nil? || ENV [ "BUNDLE_GEMFILE" ] == File . expand_path ( "../Gemfile" , __FILE__ )
32
32
require 'jasmine'
33
33
load 'jasmine/tasks/jasmine.rake'
34
- require './config/jasmine_overrides'
35
34
36
35
# running jasmine outside ci ignores the `random: false` in `jasmine.yml` - needs a message
37
36
task :jasmine_url do
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if [ -n "$CI" -a \( "$TEST_SUITE" = "spec:cypress" -o "$TEST_SUITE" = "spec:java
12
12
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
13
13
sudo sh -c ' echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
14
14
sudo apt-get update
15
- sudo apt-get install google-chrome-beta
15
+ sudo apt-get install -y google-chrome-beta
16
16
echo
17
17
fi
18
18
@@ -21,6 +21,10 @@ if [ -n "$ACT" ]; then
21
21
curl -o- -L https://yarnpkg.com/install.sh | bash
22
22
echo " $HOME /.yarn/bin" >> $GITHUB_PATH
23
23
echo " $HOME /.config/yarn/global/node_modules/.bin" >> $GITHUB_PATH
24
+
25
+ # Install cmake so we can build rugged gem
26
+ sudo apt-get install -y cmake
27
+ echo
24
28
fi
25
29
26
30
gem_root=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." & > /dev/null && pwd) "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments