Skip to content

Commit 7c8c235

Browse files
committed
Temporarily disable testing in Actions until 2024 website releases
1 parent c6ed62a commit 7c8c235

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ 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
35+
# SKIP_BUILD=true bundle exec rake test
36+
# TODO: サイトが出来上がったら上記テストも走らせると吉
3637
3738
# Deploy job is triggered only pushed to main branch && CI passed
3839
deploy:

0 commit comments

Comments
 (0)