Skip to content

Commit 20b9889

Browse files
committed
stop running cypress examples on CI
1 parent fca8b86 commit 20b9889

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
* send any arguments to simple rails factory, not only hashes
2+
### Tasks
3+
* stop running cypress examples on CI
24

35
## 1.2.1
46
### Fixed

spec/integrations/rails_4_2/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bundle --version
1414
bundle install --quiet --gemfile="$DIR/Gemfile" --retry 2 --path vendor/bundle
1515

1616
echo '-- cypress install'
17-
bundle exec ./bin/rails g cypress_dev:install
17+
bundle exec ./bin/rails g cypress_dev:install --no-install-cypress-examples
1818

1919
echo '-- start rails server'
2020
# make sure the server is not running

0 commit comments

Comments
 (0)