Skip to content

Commit 12ebabe

Browse files
committed
ci: head -n 100 instead of cat all
1 parent 73849e3 commit 12ebabe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
working-directory: assets
3232
run: |
3333
ls -alh core.json
34-
head -n 1000 core.json
34+
head -n 100 core.json
3535
3636
- name: Upload core.json
3737
uses: actions/upload-artifact@v4
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: View list
8585
working-directory: verify-rust-std
86-
run: ls -alh kani-list.json && cat kani-list.json
86+
run: ls -alh kani-list.json && head -n 100 kani-list.json
8787

8888
- name: Upload kani-list.json
8989
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)