Skip to content

Commit af43e20

Browse files
committed
Upload logs
1 parent 7d707ea commit af43e20

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/check.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@ jobs:
3030
- name: make
3131
run: make quiet
3232

33-
- name: check-output.sh
34-
run: ../tools/check-output.sh
33+
# - name: check-output.sh
34+
# run: ../tools/check-output.sh
3535

3636
- name: upload PDF
3737
uses: actions/upload-artifact@v2
3838
with:
3939
name: draft-snapshot
4040
path: source/std.pdf
41+
42+
- name: upload logs
43+
uses: actions/upload-artifact@v2
44+
with:
45+
name: draft-log
46+
path: source/std.log

0 commit comments

Comments
 (0)