Skip to content

Commit

Permalink
Add get file size
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Mar 17, 2020
1 parent edfdc80 commit 8686c94
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ jobs:
run: df -h

- name: get file size
run: du -sh /
run: du -sh

- name: get directory size
run: ls /

- name: get file size
run: sudo du -sh /

- name: build artifacts and docker image
run: mvn -B -f tests/docker-images/pom.xml install -am -Pdocker -DskipTests
Expand Down

0 comments on commit 8686c94

Please sign in to comment.