Skip to content

Commit

Permalink
debug..
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jul 19, 2023
1 parent e7195d6 commit 0453076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
FMT_ISSUES=$(gofmt -l .)
if test -n "$FMT_ISSUES" ;then printf "gofmt found problems:\n$FMT_ISSUES\n";exit 11; fi
sudo ./install_zaje.sh && ls -al /usr/local/bin/zaje && ls -al /etc/profile.d/zaje.sh && type df && df -h
sudo bash -xe ./install_zaje.sh && ls -al /usr/local/bin/zaje && ls -al /etc/profile.d/zaje.sh && type df && df -h
du -h . | zaje -d -l du
#- name: Test
Expand Down

0 comments on commit 0453076

Please sign in to comment.