Skip to content

Commit 2d50f0a

Browse files
committed
Stop running test suites and remove needless steps in Actions
1 parent cea3293 commit 2d50f0a

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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:
@@ -50,12 +46,6 @@ jobs:
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

0 commit comments

Comments
 (0)