test: Updating CI to use TED 6001 port for Oauth (#21265)
## Description - This PR adds mapping for 6001 port from TED to run the OAuth cases in CI ## Type of change - Yml file update ## How Has This Been Tested? - Local run with TED ## Checklist: ### QA activity: - [ ] Added Test Plan Approved label after reviewing all changes
This commit is contained in:
parent
891df1dc33
commit
b592119746
2
.github/workflows/ci-test.yml
vendored
2
.github/workflows/ci-test.yml
vendored
|
|
@ -187,7 +187,7 @@ jobs:
|
|||
mkdir -p ~/git-server/keys
|
||||
mkdir -p ~/git-server/repos
|
||||
docker run --name test-event-driver -d -p 22:22 -p 5001:5001 -p 3306:3306 \
|
||||
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3001:3000 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||
-p 5432:5432 -p 28017:27017 -p 25:25 -p 5000:5000 -p 3001:3000 -p 6001:6001 --privileged --pid=host --ipc=host --volume /:/host -v ~/git-server/keys:/git-server/keys \
|
||||
-v ~/git-server/repos:/git-server/repos appsmith/test-event-driver:latest
|
||||
cd cicontainerlocal
|
||||
docker run -d --name appsmith -p 80:80 -p 9001:9001 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user