Skip to content

Commit e489609

Browse files
add swap
1 parent c931ee9 commit e489609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

danger/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ runs:
5454
run: |
5555
# Start a detached container with all necessary volumes and environment variables
5656
docker run -td --name danger \
57+
--memory=2g --memory-swap=2g \
5758
--volume ${{ github.workspace }}:/github/workspace \
5859
--volume ${{ github.action_path }}:${{ github.action_path }} \
5960
--volume ${{ github.event_path }}:${{ github.event_path }} \

0 commit comments

Comments
 (0)