diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5dd36bf..e9aa5ac 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,6 +16,5 @@ jobs: - name: Check github actions own runner shell: bash run: | - whoami - pwd - ls -l \ No newline at end of file + free -m + df -h \ No newline at end of file