Skip to content

Commit

Permalink
chore: Remove debugging command from build and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlhck committed Sep 13, 2024
1 parent 3cf5b06 commit 52d5892
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }}
Expand Down

0 comments on commit 52d5892

Please sign in to comment.