Skip to content

Commit

Permalink
fix: environment file parser (#91)
Browse files Browse the repository at this point in the history
* fix: environment file parser
* increase allowed fd's in test from 16 to 64, needs investigation
  • Loading branch information
ChristopherHX authored Dec 22, 2022
1 parent a999ed7 commit 0367495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
./runner/config.sh --unattended --url http://localhost:5000/runner/test --token WhichToken
./runner/run.sh&
# Check for leaks during run (#41)
sudo prlimit --pid $! --nofile=16:16
sudo prlimit --pid $! --nofile=64:64
sleep 2
./actions-runner/bin/Runner.Client --server http://localhost:5000 -W ./.github/testworkflows --log-output-dir ./logs
./actions-runner/bin/Runner.Client --server http://localhost:5000 -W ./.github/testworkflows/working-directory.yml --log-output-dir ./logs
Expand Down
2 changes: 1 addition & 1 deletion act

0 comments on commit 0367495

Please sign in to comment.