Skip to content

Commit a5566ba

Browse files
test increased memory
1 parent a4d0d0e commit a5566ba

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 \
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)