Skip to content

Commit

Permalink
use sh while running ulimit command
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Jan 3, 2022
1 parent e514e21 commit 18f3f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
sudo sysctl -w fs.file-max=100000000
sudo sysctl -p
sudo ulimit -n 500000
sudo sh -c "ulimit -n 500000"
sudo go test ./... -v
# codeql:
Expand Down

0 comments on commit 18f3f70

Please sign in to comment.