ソースを参照

chore: Remove debugging command from build and test workflow

David Höck 1 年間 前
コミット
52d58925d4
1 ファイル変更0 行追加4 行削除
  1. 0 4
      .github/workflows/build_and_test.yml

+ 0 - 4
.github/workflows/build_and_test.yml

@@ -113,10 +113,6 @@ jobs:
           npm install --os=linux --cpu=x64 sharp
       - name: Build
         run: npx lerna run ci
-      - name: df
-        run: |
-          df -h
-          docker system df
       - name: e2e tests
         env:
           E2E_MYSQL_PORT: ${{ job.services.mysql.ports['3306'] }}