Skip to content

Commit cd51ff1

Browse files
authored
Merge pull request #302 from QASTUDIODEV/Fix-cd-update
fix : test_deploy.yml 수정
2 parents 9c2f8b9 + ea31acd commit cd51ff1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
--memory=10g \
9595
--memory-swap=12g \
9696
-e SE_DISABLE_AUTH=true \
97+
-e SE_NODE_MAX_SESSIONS=5 \
98+
-e SE_NODE_OVERRIDE_MAX_SESSIONS=true \
9799
selenium/standalone-chrome:132.0
98100
else
99101
echo "Selenium container is already running."
@@ -145,4 +147,4 @@ jobs:
145147
sudo docker rmi $LATEST_IMAGE_ID
146148
fi
147149
exit 1
148-
fi
150+
fi

0 commit comments

Comments
 (0)