Skip to content

Commit a50aac9

Browse files
committed
Dont store check log in artifact
It causes check fail to be swallowed
1 parent 8b32e50 commit a50aac9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,4 @@ jobs:
3535
- name: Build site
3636
run: bundle exec jekyll build
3737
- name: Check all lessons
38-
run: make lesson-check-all | tee check-messages.txt
39-
- uses: actions/upload-artifact@v2
40-
with:
41-
name: check-messages
42-
path: check-messages.txt
38+
run: make lesson-check-all

0 commit comments

Comments
 (0)