Skip to content

Commit

Permalink
ls + not whole diff
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed May 5, 2020
1 parent 3481a3d commit 259a3ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ jobs:
# Runs a set of commands using the runners shell
- name: Check git diff
run: |
ls -lah data/downloaded/
ls -lah data/
git status
git diff
git diff | head -100
git diff | tail -100

0 comments on commit 259a3ec

Please sign in to comment.