File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,13 @@ jobs:
2222 with :
2323 bundler-cache : false
2424
25- - name : 🧪 Install gems
26- run : |
27- bundle config set with 'test'
28- bundle config set path 'vendor/bundle'
29- bundle install --jobs 4 --retry 3
30-
3125 - name : 🔧 Build & Test
3226 run : |
3327 JEKYLL_ENV=production bundle exec jekyll build
3428 JEKYLL_ENV=production bundle exec jekyll doctor
35- SKIP_BUILD=true bundle exec rake test
29+
30+ # TODO: Uncomment this to run all test suites
31+ #SKIP_BUILD=true bundle exec rake test
3632
3733 # Deploy job is triggered only pushed to main branch && CI passed
3834 deploy :
5046 with :
5147 bundler-cache : false
5248
53- - name : 🧪 Install gems
54- run : |
55- bundle config set with 'test'
56- bundle config set path 'vendor/bundle'
57- bundle install --jobs 4 --retry 3
58-
5949 - name : 🔧 Build
6050 run : |
6151 JEKYLL_ENV=production bundle exec jekyll build
You can’t perform that action at this time.
0 commit comments