Skip to content

Commit

Permalink
disable swap
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Jul 5, 2024
1 parent 9400689 commit 945e708
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/zombie-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,17 +139,17 @@ jobs:
- name: "Checkout repository"
uses: actions/checkout@v4

- name: Create and enable swap
run: |
free -h
df -h
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon --show
free -h
df -h
# - name: Create and enable swap
# run: |
# free -h
# df -h
# sudo fallocate -l 4G /swapfile
# sudo chmod 600 /swapfile
# sudo mkswap /swapfile
# sudo swapon /swapfile
# sudo swapon --show
# free -h
# df -h

- name: "Authenticate with Google Cloud"
uses: 'google-github-actions/auth@v2'
Expand Down

0 comments on commit 945e708

Please sign in to comment.