Skip to content

Commit d98623f

Browse files
committed
Enable to run 'bundle exec rake test' in CI
1 parent 1d77754 commit d98623f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ jobs:
3232
run: |
3333
JEKYLL_ENV=production bundle exec jekyll build
3434
JEKYLL_ENV=production bundle exec jekyll doctor
35-
# SKIP_BUILD=true bundle exec rake test
36-
# NOTE: サイトが仕上がったら、上記テストを走らせると自動検知できる。
37-
# ただ初期は自動検知の通知が多すぎるので手動で実行するのが吉。
38-
python test-directory-structure.py
35+
SKIP_BUILD=true bundle exec rake test
3936
4037
# Deploy job is triggered only pushed to main branch && CI passed
4138
deploy:

0 commit comments

Comments
 (0)