File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ steps :
2+ - label : " :hammer: Specs"
3+ commands :
4+ - echo "--- Initialize git"
5+ - git submodule update --init
6+ - ./.github/scripts/setup_test_repo.sh
7+ - echo "--- Bundler"
8+ - gem install bundler:1.17.3
9+ - bundle config path vendor/bundle
10+ - bundle install --jobs 4 --retry 3 --without debugging documentation
11+ - echo "+++ Run Specs"
12+ - bundle exec rake spec
Original file line number Diff line number Diff line change 11#! /bin/sh
22cd spec/fixtures/spec-repos/test_repo
3+ rm -rf .git || true
34git init
45git remote add origin https://bitbucket.com/test/test_repo.git
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ coverage/
1313.idea /
1414documentation /
1515.bundle /
16+ vendor /bundle
1617
1718# trunk source
1819spec /fixtures /spec-repos /trunk /** /* .etag
You can’t perform that action at this time.
0 commit comments