Skip to content

Commit

Permalink
Disable the free disk space step, it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Dec 12, 2023
1 parent 28a72d0 commit a94de5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
- name: Checkout
uses: actions/checkout@v4

- name: free disk space
run: |
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi "$(docker image ls -aq)"
df -h
# - name: free disk space
# run: |
# sudo swapoff -a
# sudo rm -f /swapfile
# sudo apt clean
# docker rmi "$(docker image ls -aq)"
# df -h

- name: Setup Node v16
uses: actions/setup-node@v3
Expand Down

0 comments on commit a94de5e

Please sign in to comment.